mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-22 19:59:37 +00:00
Removed response groups in Audible query and limited to 10 results
This commit is contained in:
parent
c7e3f08d39
commit
ce88ebb55b
1 changed files with 1 additions and 3 deletions
|
|
@ -61,9 +61,7 @@ class Audible {
|
|||
|
||||
if(!items) {
|
||||
var queryObj = {
|
||||
response_groups: 'rating,series,contributors,product_desc,media,product_extended_attrs',
|
||||
image_sizes: '500,1024,2000',
|
||||
num_results: '25',
|
||||
num_results: '10',
|
||||
products_sort_by: 'Relevance',
|
||||
title: title
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue