mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-08 15:23:23 +01:00
update item queries
This commit is contained in:
@@ -286,7 +286,7 @@ namespace MediaBrowser.Api
|
||||
StartIndex = request.StartIndex,
|
||||
Limit = request.Limit
|
||||
|
||||
}, user, parentIds);
|
||||
}, parentIds);
|
||||
|
||||
var options = GetDtoOptions(request);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user