mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-23 18:50:26 +00:00
unhide several scheduled tasks and add missing properties
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user