Explorar o código

use guid instead

JPVenson hai 3 meses
pai
achega
ef733c5ace
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jellyfin.Server/Migrations/Routines/ReseedFolderFlag.cs

+ 1 - 1
Jellyfin.Server/Migrations/Routines/ReseedFolderFlag.cs

@@ -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
 """);