mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-15 05:23:02 +03:00
Pass User instead of UserId inside LatestItemsQuery
This commit is contained in:
@@ -560,7 +560,7 @@ public class UserLibraryController : BaseJellyfinApiController
|
||||
IsPlayed = isPlayed,
|
||||
Limit = limit,
|
||||
ParentId = parentId ?? Guid.Empty,
|
||||
UserId = requestUserId,
|
||||
User = user,
|
||||
},
|
||||
dtoOptions);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user