mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-12 21:26:17 +00:00
Fix build
This commit is contained in:
@@ -326,7 +326,7 @@ namespace Emby.Server.Implementations.Security
|
||||
|
||||
if (reader.TryReadDateTime(9, out var dateLastActivity))
|
||||
{
|
||||
info.DateLastActivity = dateLastActivity.Value;
|
||||
info.DateLastActivity = dateLastActivity;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user