mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
update user data queries
This commit is contained in:
@@ -157,7 +157,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
return _userData.GetOrAdd(GetCacheKey(userId, key), keyName => GetUserDataFromRepository(userId, key));
|
||||
}
|
||||
|
||||
public UserItemData GetUserDataFromRepository(Guid userId, string key)
|
||||
private UserItemData GetUserDataFromRepository(Guid userId, string key)
|
||||
{
|
||||
var data = Repository.GetUserData(userId, key);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user