mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Added migration task for new MovieDbEpisodeProvider
Ensures that the new provider is disabled by default
This commit is contained in:
@@ -374,6 +374,7 @@ namespace MediaBrowser.Server.Startup.Common
|
||||
var migrations = new List<IVersionMigration>
|
||||
{
|
||||
new OmdbEpisodeProviderMigration(ServerConfigurationManager),
|
||||
new MovieDbEpisodeProviderMigration(ServerConfigurationManager),
|
||||
new DbMigration(ServerConfigurationManager, TaskManager)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user