Browse Source

dedup migration

crobibero 4 years ago
parent
commit
3432db4998
1 changed files with 0 additions and 1 deletions
  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.MigrateUserDb),
             typeof(Routines.ReaddDefaultPluginRepository),
             typeof(Routines.ReaddDefaultPluginRepository),
             typeof(Routines.MigrateDisplayPreferencesDb),
             typeof(Routines.MigrateDisplayPreferencesDb),
-            typeof(Routines.MigrateDisplayPreferencesDb),
             typeof(Routines.RemoveDownloadImagesInAdvance),
             typeof(Routines.RemoveDownloadImagesInAdvance),
             typeof(Routines.DownloadTheTvdbPlugin)
             typeof(Routines.DownloadTheTvdbPlugin)
         };
         };