瀏覽代碼

Merge pull request #4275 from anthonylavado/tasktimer

Fix Transcode Cleanup Schedule
Bond-009 4 年之前
父節點
當前提交
40bbcb63db
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteTranscodeFileTask.cs

+ 1 - 1
Emby.Server.Implementations/ScheduledTasks/Tasks/DeleteTranscodeFileTask.cs

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