diff options
| author | crobibero <cody@robibe.ro> | 2020-11-15 13:51:09 -0700 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-11-15 13:51:09 -0700 |
| commit | 3432db4998ec97b2a04a59a6d77dc0827913481f (patch) | |
| tree | e3b211d29ce4f2e7799f283796edb244ed605ede | |
| parent | 4b15284324cf65bc916a3112b7fc61c958ac70c5 (diff) | |
dedup migration
| -rw-r--r-- | Jellyfin.Server/Migrations/MigrationRunner.cs | 1 |
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) }; |
