mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 16:58:50 +01:00
automatically adjust timer schedules to program changes
This commit is contained in:
@@ -489,6 +489,7 @@ namespace Emby.Server.Core
|
||||
{
|
||||
var migrations = new List<IVersionMigration>
|
||||
{
|
||||
new LibraryScanMigration(ServerConfigurationManager, TaskManager)
|
||||
};
|
||||
|
||||
foreach (var task in migrations)
|
||||
|
||||
Reference in New Issue
Block a user