Add migration task to "disable-by-default" OmdbEpisodeProvider for existing installations

This commit is contained in:
softworkz
2016-01-12 05:50:23 +01:00
parent 9fbb304c47
commit c18b472e37
3 changed files with 49 additions and 0 deletions

View File

@@ -370,6 +370,7 @@ namespace MediaBrowser.Server.Startup.Common
{
var migrations = new List<IVersionMigration>
{
new OmdbEpisodeProviderMigration(ServerConfigurationManager),
new DbMigration(ServerConfigurationManager, TaskManager)
};