ソースを参照

Don't clear baseitemids (#15446)

theguymadmax 1 ヶ月 前
コミット
177b6464ca
1 ファイル変更0 行追加2 行削除
  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)
                 {
                     operation.JellyfinDbContext.Peoples.Add(item.Value.Person);