mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-27 15:03:58 +01:00
Merge pull request #4275 from anthonylavado/tasktimer
Fix Transcode Cleanup Schedule
This commit is contained in:
commit
40bbcb63db
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue