aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Core/ApplicationHost.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-06-15 13:27:59 -0400
committerGitHub <noreply@github.com>2017-06-15 13:27:59 -0400
commitc84747d88aa40a5063015cf28c8da06d417d6649 (patch)
tree06c71ff3dcc7e39a401ae6ac0abca2e4192f1495 /Emby.Server.Core/ApplicationHost.cs
parente93aed7b6c6b72156cf336948efc6a9ff35c530f (diff)
parent07b5c6a750a118405a840277dd0280f25c911924 (diff)
Merge pull request #2709 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Core/ApplicationHost.cs')
-rw-r--r--Emby.Server.Core/ApplicationHost.cs2
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)