unhide several scheduled tasks and add missing properties

This commit is contained in:
dkanada
2019-01-31 15:20:34 +09:00
parent 07072d9f7b
commit 08ca1337a9
6 changed files with 34 additions and 28 deletions

View File

@@ -77,5 +77,11 @@ namespace Emby.Server.Implementations.ScheduledTasks
public string Category => "Library";
public string Key => "RefreshLibrary";
public bool IsHidden => false;
public bool IsEnabled => true;
public bool IsLogged => true;
}
}