aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jellyfin.Server/Migrations/Routines/MigrateAuthenticationDb.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Migrations/Routines/MigrateAuthenticationDb.cs b/Jellyfin.Server/Migrations/Routines/MigrateAuthenticationDb.cs
index 9bcf245d3..6c9ad0338 100644
--- a/Jellyfin.Server/Migrations/Routines/MigrateAuthenticationDb.cs
+++ b/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(),