mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-03 04:42:52 +01:00
Re-add support for API keys
This commit is contained in:
@@ -61,7 +61,7 @@ namespace Jellyfin.Server.Migrations.Routines
|
||||
{
|
||||
dbContext.ApiKeys.Add(new ApiKey(row[3].ToString())
|
||||
{
|
||||
AccessToken = row[1].ToGuid(),
|
||||
AccessToken = row[1].ToString(),
|
||||
DateCreated = row[9].ToDateTime(),
|
||||
DateLastActivity = row[10].ToDateTime()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user