Shadowghost 3 days ago
parent
commit
af0bcbc652
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs

+ 1 - 1
Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs

@@ -224,7 +224,7 @@ internal class MigrateLibraryDb : IDatabaseMigrationRoutine
             }
             }
         }
         }
 
 
-        using (var operation = GetPreparedDbContext("moving MediaStreamInfos"))
+        using (var operation = GetPreparedDbContext("Moving MediaStreamInfos"))
         {
         {
             const string mediaStreamQuery =
             const string mediaStreamQuery =
             """
             """