mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 05:48:47 +01:00
updated nuget
This commit is contained in:
@@ -200,7 +200,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
{
|
||||
var userdata = UserDataRepository.GetUserData(user.Id, i.GetUserDataKey());
|
||||
|
||||
return userdata != null && userdata.Likes.HasValue && userdata.IsFavorite;
|
||||
return userdata != null && userdata.IsFavorite;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user