ソースを参照

dedup migration

crobibero 4 年 前
コミット
3432db4998
1 ファイル変更0 行追加1 行削除
  1. 0 1
      Jellyfin.Server/Migrations/MigrationRunner.cs

+ 0 - 1
Jellyfin.Server/Migrations/MigrationRunner.cs

@@ -24,7 +24,6 @@ namespace Jellyfin.Server.Migrations
             typeof(Routines.MigrateUserDb),
             typeof(Routines.ReaddDefaultPluginRepository),
             typeof(Routines.MigrateDisplayPreferencesDb),
-            typeof(Routines.MigrateDisplayPreferencesDb),
             typeof(Routines.RemoveDownloadImagesInAdvance),
             typeof(Routines.DownloadTheTvdbPlugin)
         };