diff --git a/src/renderer/api/jellyfin/jellyfin-controller.ts b/src/renderer/api/jellyfin/jellyfin-controller.ts index fd54c5c4..03209321 100644 --- a/src/renderer/api/jellyfin/jellyfin-controller.ts +++ b/src/renderer/api/jellyfin/jellyfin-controller.ts @@ -395,7 +395,9 @@ export const JellyfinController: InternalControllerEndpoint = { const res = await jfApiClient(apiClientProps).getGenreList({ query: { + EnableTotalRecordCount: true, Fields: 'ItemCounts', + Limit: query.limit, ParentId: query?.musicFolderId, Recursive: true, SearchTerm: query?.searchTerm,