mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
Backport pull request #15446 from jellyfin/release-10.11.z
Fix AncestorIds not migrating
Original-merge: 177b6464ca
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Bond_009 <bond.009@outlook.com>
This commit is contained in:
@@ -383,8 +383,6 @@ internal class MigrateLibraryDb : IDatabaseMigrationRoutine
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
baseItemIds.Clear();
|
|
||||||
|
|
||||||
foreach (var item in peopleCache)
|
foreach (var item in peopleCache)
|
||||||
{
|
{
|
||||||
operation.JellyfinDbContext.Peoples.Add(item.Value.Person);
|
operation.JellyfinDbContext.Peoples.Add(item.Value.Person);
|
||||||
|
|||||||
Reference in New Issue
Block a user