mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
connect updates
This commit is contained in:
@@ -375,11 +375,11 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
|
||||
if (wasPlayed)
|
||||
{
|
||||
await item.MarkPlayed(user, datePlayed, _userDataRepository).ConfigureAwait(false);
|
||||
await item.MarkPlayed(user, datePlayed, true).ConfigureAwait(false);
|
||||
}
|
||||
else
|
||||
{
|
||||
await item.MarkUnplayed(user, _userDataRepository).ConfigureAwait(false);
|
||||
await item.MarkUnplayed(user).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
return _userDataRepository.GetUserDataDto(item, user);
|
||||
|
||||
Reference in New Issue
Block a user