瀏覽代碼

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)
         };