aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-11-15 13:51:09 -0700
committercrobibero <cody@robibe.ro>2020-11-15 13:51:09 -0700
commit3432db4998ec97b2a04a59a6d77dc0827913481f (patch)
treee3b211d29ce4f2e7799f283796edb244ed605ede
parent4b15284324cf65bc916a3112b7fc61c958ac70c5 (diff)
dedup migration
-rw-r--r--Jellyfin.Server/Migrations/MigrationRunner.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Server/Migrations/MigrationRunner.cs b/Jellyfin.Server/Migrations/MigrationRunner.cs
index 7966f03d7..ad80604c5 100644
--- a/Jellyfin.Server/Migrations/MigrationRunner.cs
+++ b/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)
};