2
0
Patrick Barron 4 жил өмнө
parent
commit
f96722fa74

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

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