automatically adjust timer schedules to program changes

This commit is contained in:
Luke Pulverenti
2016-12-13 13:23:03 -05:00
parent afabbfa22b
commit ffad9c27e4
6 changed files with 32 additions and 1 deletions

View File

@@ -489,6 +489,7 @@ namespace Emby.Server.Core
{
var migrations = new List<IVersionMigration>
{
new LibraryScanMigration(ServerConfigurationManager, TaskManager)
};
foreach (var task in migrations)