Merge pull request #4275 from anthonylavado/tasktimer

Fix Transcode Cleanup Schedule
pull/4264/head
Bond-009 4 years ago committed by GitHub
commit 40bbcb63db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -148,7 +148,7 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks
public bool IsHidden => false;
/// <inheritdoc />
public bool IsEnabled => false;
public bool IsEnabled => true;
/// <inheritdoc />
public bool IsLogged => true;

Loading…
Cancel
Save