mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-31 14:33:54 -04:00
use guid instead
This commit is contained in:
parent
a1eb04dc0b
commit
ef733c5ace
@ -59,7 +59,7 @@ internal class ReseedFolderFlag : IAsyncMigrationRoutine
|
|||||||
using var connection = new SqliteConnection($"Filename={libraryDbPath};Mode=ReadOnly");
|
using var connection = new SqliteConnection($"Filename={libraryDbPath};Mode=ReadOnly");
|
||||||
var queryResult = connection.Query(
|
var queryResult = connection.Query(
|
||||||
"""
|
"""
|
||||||
SELECT key FROM TypedBaseItems
|
SELECT guid FROM TypedBaseItems
|
||||||
|
|
||||||
WHERE IsFolder = true
|
WHERE IsFolder = true
|
||||||
""");
|
""");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user