Browse Source

Fix migration

Patrick Barron 4 years ago
parent
commit
f96722fa74
1 changed files with 1 additions and 1 deletions
  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(),