mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
update chapters
This commit is contained in:
@@ -351,11 +351,7 @@ namespace MediaBrowser.Server.Startup.Common
|
||||
{
|
||||
var migrations = new List<IVersionMigration>
|
||||
{
|
||||
new MigrateUserFolders(ApplicationPaths, FileSystemManager),
|
||||
new RenameXbmcOptions(ServerConfigurationManager),
|
||||
new RenameXmlOptions(ServerConfigurationManager),
|
||||
new DeprecatePlugins(ApplicationPaths, FileSystemManager),
|
||||
new DeleteDlnaProfiles(ApplicationPaths, FileSystemManager)
|
||||
new RenameXmlOptions(ServerConfigurationManager)
|
||||
};
|
||||
|
||||
foreach (var task in migrations)
|
||||
|
||||
Reference in New Issue
Block a user