diff options
| author | cvium <clausvium@gmail.com> | 2021-05-19 19:52:45 +0200 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2021-05-19 19:52:45 +0200 |
| commit | e0f793799afccd4e2d640dbf5554f72d8a8f8b02 (patch) | |
| tree | 596601cfa124ac468469270b261a6c9ab916da58 /Emby.Server.Implementations/Security/AuthenticationRepository.cs | |
| parent | 7e6a45c402988cba27c36cc6b1b339a4a52b732a (diff) | |
Fix build
Diffstat (limited to 'Emby.Server.Implementations/Security/AuthenticationRepository.cs')
| -rw-r--r-- | Emby.Server.Implementations/Security/AuthenticationRepository.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Security/AuthenticationRepository.cs b/Emby.Server.Implementations/Security/AuthenticationRepository.cs index ca7e74858..76f863c95 100644 --- a/Emby.Server.Implementations/Security/AuthenticationRepository.cs +++ b/Emby.Server.Implementations/Security/AuthenticationRepository.cs @@ -326,7 +326,7 @@ namespace Emby.Server.Implementations.Security if (reader.TryReadDateTime(9, out var dateLastActivity)) { - info.DateLastActivity = dateLastActivity.Value; + info.DateLastActivity = dateLastActivity; } else { |
