Fix build

This commit is contained in:
cvium
2021-05-19 19:52:45 +02:00
parent 7e6a45c402
commit e0f793799a
2 changed files with 11 additions and 11 deletions

View File

@@ -326,7 +326,7 @@ namespace Emby.Server.Implementations.Security
if (reader.TryReadDateTime(9, out var dateLastActivity))
{
info.DateLastActivity = dateLastActivity.Value;
info.DateLastActivity = dateLastActivity;
}
else
{