mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
update GetItems method
This commit is contained in:
@@ -427,7 +427,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
await item.MarkUnplayed(user).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
return await _userDataRepository.GetUserDataDto(item, user).ConfigureAwait(false);
|
||||
return _userDataRepository.GetUserDataDto(item, user);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user