mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-28 01:34:39 -04:00
Fixup
This commit is contained in:
parent
b2312466e1
commit
af0bcbc652
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue