diff options
| author | softworkz <softworkz@hotmail.com> | 2016-01-12 05:50:23 +0100 |
|---|---|---|
| committer | softworkz <softworkz@hotmail.com> | 2016-01-12 05:54:39 +0100 |
| commit | c18b472e37659bfb9cc87ec0fe1eab086e8cfaba (patch) | |
| tree | 98ff482385696da904f0d062f84eea47fdb01f64 /MediaBrowser.Server.Startup.Common/ApplicationHost.cs | |
| parent | 9fbb304c475d10fd238c16cbbab9a81ebdea0593 (diff) | |
Add migration task to "disable-by-default" OmdbEpisodeProvider for existing installations
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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<IVersionMigration> { + new OmdbEpisodeProviderMigration(ServerConfigurationManager), new DbMigration(ServerConfigurationManager, TaskManager) }; |
