Don't clear baseitemids (#15446)

This commit is contained in:
theguymadmax 2025-11-09 11:22:09 -05:00 committed by GitHub
parent 5a9a8363f4
commit 177b6464ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);