mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Fix bug when migrating user db with users that have never logged in.
This commit is contained in:
@@ -196,9 +196,9 @@ namespace Jellyfin.Server.Migrations.Routines
|
||||
|
||||
public string EasyPassword { get; set; }
|
||||
|
||||
public DateTime LastLoginDate { get; set; }
|
||||
public DateTime? LastLoginDate { get; set; }
|
||||
|
||||
public DateTime LastActivityDate { get; set; }
|
||||
public DateTime? LastActivityDate { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user