mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Fix migration
This commit is contained in:
parent
3884837513
commit
f96722fa74
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue