mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-17 14:16:36 +01:00
Pull ProviderData out of memory
This commit is contained in:
@@ -233,7 +233,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||
|
||||
if (!reader.IsDBNull(5))
|
||||
{
|
||||
userData.LastPlayedDate = reader.GetDateTime(5);
|
||||
userData.LastPlayedDate = reader.GetDateTime(5).ToUniversalTime();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user