mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
adding EnableTotalRecordCount and Limit to Jellyfin controller genres query (#1244)
This commit is contained in:
@@ -395,7 +395,9 @@ export const JellyfinController: InternalControllerEndpoint = {
|
|||||||
|
|
||||||
const res = await jfApiClient(apiClientProps).getGenreList({
|
const res = await jfApiClient(apiClientProps).getGenreList({
|
||||||
query: {
|
query: {
|
||||||
|
EnableTotalRecordCount: true,
|
||||||
Fields: 'ItemCounts',
|
Fields: 'ItemCounts',
|
||||||
|
Limit: query.limit,
|
||||||
ParentId: query?.musicFolderId,
|
ParentId: query?.musicFolderId,
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
SearchTerm: query?.searchTerm,
|
SearchTerm: query?.searchTerm,
|
||||||
|
|||||||
Reference in New Issue
Block a user