mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 15:28:28 +01: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