diff options
| author | theguymadmax <171496228+theguymadmax@users.noreply.github.com> | 2025-11-17 14:09:01 -0500 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2025-11-17 14:09:01 -0500 |
| commit | 2e7d7752e931631a9acaf02f839a4106ffd94e35 (patch) | |
| tree | 97639b79089ea27616f5362aeea44fcbd3f20303 /Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs | |
| parent | 26ac2ccd742d4b0b0edc9a806b023089c51930b2 (diff) | |
Backport pull request #15446 from jellyfin/release-10.11.z
Fix AncestorIds not migrating
Original-merge: 177b6464ca1b6772a191dbf9c5595708f91fc0fa
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Bond_009 <bond.009@outlook.com>
Diffstat (limited to 'Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs')
| -rw-r--r-- | Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs b/Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs index b90da9f7d..d221d1853 100644 --- a/Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs +++ b/Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs @@ -383,8 +383,6 @@ internal class MigrateLibraryDb : IDatabaseMigrationRoutine }); } - baseItemIds.Clear(); - foreach (var item in peopleCache) { operation.JellyfinDbContext.Peoples.Add(item.Value.Person); |
