Bläddra i källkod

Fix migration

Patrick Barron 4 år sedan
förälder
incheckning
f96722fa74
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Jellyfin.Server/Migrations/Routines/MigrateAuthenticationDb.cs

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

@@ -69,7 +69,7 @@ namespace Jellyfin.Server.Migrations.Routines
                     else
                     {
                         dbContext.Devices.Add(new Device(
-                            row[6].ToGuid(),
+                            new Guid(row[6].ToString()),
                             row[3].ToString(),
                             row[4].ToString(),
                             row[5].ToString(),