diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-13 13:23:03 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-13 13:23:03 -0500 |
| commit | ffad9c27e4844eeab235f88cb45739370d22a83a (patch) | |
| tree | d665d20f34066e46282328db8585f02b68d7f781 /Emby.Server.Core/ApplicationHost.cs | |
| parent | afabbfa22beba80d448dc435a2008ec45e805dd6 (diff) | |
automatically adjust timer schedules to program changes
Diffstat (limited to 'Emby.Server.Core/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Core/ApplicationHost.cs | 1 |
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) |
