Browse Source

Don't clear baseitemids (#15446)

theguymadmax 1 month ago
parent
commit
177b6464ca
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs

+ 0 - 2
Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs

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