From c18b472e37659bfb9cc87ec0fe1eab086e8cfaba Mon Sep 17 00:00:00 2001 From: softworkz Date: Tue, 12 Jan 2016 05:50:23 +0100 Subject: Add migration task to "disable-by-default" OmdbEpisodeProvider for existing installations --- MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs') diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index d1c920f8a..b6995d04b 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -370,6 +370,7 @@ namespace MediaBrowser.Server.Startup.Common { var migrations = new List { + new OmdbEpisodeProviderMigration(ServerConfigurationManager), new DbMigration(ServerConfigurationManager, TaskManager) }; -- cgit v1.2.3