mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 15:48:03 +00:00
use guid instead
This commit is contained in:
@@ -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
|
||||
""");
|
||||
|
||||
Reference in New Issue
Block a user