diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2025-06-19 12:33:46 +0200 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2025-06-19 12:33:46 +0200 |
| commit | af0bcbc652f56c6b40214fce37c69b9c825aa141 (patch) | |
| tree | 5dbd667cbcbd572ddfe67bfa477a32cf723de6c0 /Jellyfin.Server/Migrations | |
| parent | b2312466e11be93ea482d41630a9a2de669cec11 (diff) | |
Fixup
Diffstat (limited to 'Jellyfin.Server/Migrations')
| -rw-r--r-- | Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs b/Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs index d263a2ac8..7bb379eb6 100644 --- a/Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs +++ b/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 = """ |
