aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2021-06-21 19:06:21 -0400
committerPatrick Barron <barronpm@gmail.com>2021-06-21 19:06:21 -0400
commitf96722fa749b94b8affbf75da5d6941cab219a84 (patch)
tree1d832d256abfe5857ce243deadc99140337d13b5
parent3884837513bd4b658942c2a73186e869fbf1eee3 (diff)
Fix migration
-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(),