mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-19 02:52:28 +00:00
Fix migration
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user