mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
use guid instead
This commit is contained in:
parent
a1eb04dc0b
commit
ef733c5ace
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ internal class ReseedFolderFlag : IAsyncMigrationRoutine
|
|||
using var connection = new SqliteConnection($"Filename={libraryDbPath};Mode=ReadOnly");
|
||||
var queryResult = connection.Query(
|
||||
"""
|
||||
SELECT key FROM TypedBaseItems
|
||||
SELECT guid FROM TypedBaseItems
|
||||
|
||||
WHERE IsFolder = true
|
||||
""");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue