mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-28 09:45:28 -04:00
Pass User instead of UserId inside LatestItemsQuery
This commit is contained in:
parent
21f1813d82
commit
c831af2fe2
3 changed files with 4 additions and 5 deletions
|
@ -560,7 +560,7 @@ public class UserLibraryController : BaseJellyfinApiController
|
|||
IsPlayed = isPlayed,
|
||||
Limit = limit,
|
||||
ParentId = parentId ?? Guid.Empty,
|
||||
UserId = requestUserId,
|
||||
User = user,
|
||||
},
|
||||
dtoOptions);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue