mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
updated ImageMagickSharp
This commit is contained in:
@@ -357,10 +357,7 @@ namespace MediaBrowser.Server.Startup.Common
|
||||
|
||||
private void PerformPostInitMigrations()
|
||||
{
|
||||
var migrations = new List<IVersionMigration>
|
||||
{
|
||||
new MigrateTranscodingPath(ServerConfigurationManager)
|
||||
};
|
||||
var migrations = new List<IVersionMigration>();
|
||||
|
||||
foreach (var task in migrations)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user