diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-06-15 13:27:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-15 13:27:59 -0400 |
| commit | c84747d88aa40a5063015cf28c8da06d417d6649 (patch) | |
| tree | 06c71ff3dcc7e39a401ae6ac0abca2e4192f1495 /Emby.Server.Core/ApplicationHost.cs | |
| parent | e93aed7b6c6b72156cf336948efc6a9ff35c530f (diff) | |
| parent | 07b5c6a750a118405a840277dd0280f25c911924 (diff) | |
Merge pull request #2709 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Core/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Core/ApplicationHost.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Core/ApplicationHost.cs b/Emby.Server.Core/ApplicationHost.cs index 5e9024e1d..7019fe0de 100644 --- a/Emby.Server.Core/ApplicationHost.cs +++ b/Emby.Server.Core/ApplicationHost.cs @@ -511,8 +511,6 @@ namespace Emby.Server.Core { var migrations = new List<IVersionMigration> { - new LibraryScanMigration(ServerConfigurationManager, TaskManager), - new GuideMigration(ServerConfigurationManager, TaskManager) }; foreach (var task in migrations) |
