aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Migrations/MigrationRunner.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2023-03-28 10:58:48 +0200
committerGitHub <noreply@github.com>2023-03-28 10:58:48 +0200
commit9c500bdca3330607a2a0dd9a562548750f99f11b (patch)
tree568e6cc17720a2d2396e66155d57eeabe88e511b /Jellyfin.Server/Migrations/MigrationRunner.cs
parent6ed113c7e5c5381c937ae3b6b9fcfe1d3a187483 (diff)
parent9211a73e4011c0c610fdbcf24e0723a3552f22fa (diff)
Merge pull request #9466 from Shadowghost/playlist-fix
Diffstat (limited to 'Jellyfin.Server/Migrations/MigrationRunner.cs')
-rw-r--r--Jellyfin.Server/Migrations/MigrationRunner.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jellyfin.Server/Migrations/MigrationRunner.cs b/Jellyfin.Server/Migrations/MigrationRunner.cs
index d4bf81f10..866262d22 100644
--- a/Jellyfin.Server/Migrations/MigrationRunner.cs
+++ b/Jellyfin.Server/Migrations/MigrationRunner.cs
@@ -40,7 +40,8 @@ namespace Jellyfin.Server.Migrations
typeof(Routines.ReaddDefaultPluginRepository),
typeof(Routines.MigrateDisplayPreferencesDb),
typeof(Routines.RemoveDownloadImagesInAdvance),
- typeof(Routines.MigrateAuthenticationDb)
+ typeof(Routines.MigrateAuthenticationDb),
+ typeof(Routines.FixPlaylistOwner)
};
/// <summary>