mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
feat(api): increase item limit for library queries from 10 to 15
This commit is contained in:
@@ -307,7 +307,7 @@ class JellyfinApiClient @Inject constructor(
|
|||||||
parentId = libraryId,
|
parentId = libraryId,
|
||||||
fields = defaultItemFields + ItemFields.OVERVIEW,
|
fields = defaultItemFields + ItemFields.OVERVIEW,
|
||||||
includeItemTypes = listOf(BaseItemKind.MOVIE, BaseItemKind.EPISODE, BaseItemKind.SEASON),
|
includeItemTypes = listOf(BaseItemKind.MOVIE, BaseItemKind.EPISODE, BaseItemKind.SEASON),
|
||||||
limit = 10,
|
limit = 15,
|
||||||
)
|
)
|
||||||
response.content
|
response.content
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user