mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
update translations
This commit is contained in:
@@ -1526,6 +1526,11 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
public virtual bool IsUnplayed(User user)
|
||||
{
|
||||
if (user == null)
|
||||
{
|
||||
throw new ArgumentNullException("user");
|
||||
}
|
||||
|
||||
var userdata = UserDataManager.GetUserData(user.Id, GetUserDataKey());
|
||||
|
||||
return userdata == null || !userdata.Played;
|
||||
|
||||
Reference in New Issue
Block a user