Fix migration

pull/6201/head
Patrick Barron 4 years ago
parent 3884837513
commit f96722fa74

@ -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(),

Loading…
Cancel
Save