mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Don't clear baseitemids (#15446)
This commit is contained in:
parent
5a9a8363f4
commit
177b6464ca
1 changed files with 0 additions and 2 deletions
|
|
@ -383,8 +383,6 @@ internal class MigrateLibraryDb : IDatabaseMigrationRoutine
|
|||
});
|
||||
}
|
||||
|
||||
baseItemIds.Clear();
|
||||
|
||||
foreach (var item in peopleCache)
|
||||
{
|
||||
operation.JellyfinDbContext.Peoples.Add(item.Value.Person);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue