aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Core/ApplicationHost.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-13 13:23:03 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-13 13:23:03 -0500
commitffad9c27e4844eeab235f88cb45739370d22a83a (patch)
treed665d20f34066e46282328db8585f02b68d7f781 /Emby.Server.Core/ApplicationHost.cs
parentafabbfa22beba80d448dc435a2008ec45e805dd6 (diff)
automatically adjust timer schedules to program changes
Diffstat (limited to 'Emby.Server.Core/ApplicationHost.cs')
-rw-r--r--Emby.Server.Core/ApplicationHost.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Core/ApplicationHost.cs b/Emby.Server.Core/ApplicationHost.cs
index a6d2d32c0..3b3313169 100644
--- a/Emby.Server.Core/ApplicationHost.cs
+++ b/Emby.Server.Core/ApplicationHost.cs
@@ -489,6 +489,7 @@ namespace Emby.Server.Core
{
var migrations = new List<IVersionMigration>
{
+ new LibraryScanMigration(ServerConfigurationManager, TaskManager)
};
foreach (var task in migrations)