mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-21 10:38:04 +00:00
Merge pull request #4275 from anthonylavado/tasktimer
Fix Transcode Cleanup Schedule
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user