mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-23 04:09:38 +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) {
|
if(!items) {
|
||||||
var queryObj = {
|
var queryObj = {
|
||||||
response_groups: 'rating,series,contributors,product_desc,media,product_extended_attrs',
|
num_results: '10',
|
||||||
image_sizes: '500,1024,2000',
|
|
||||||
num_results: '25',
|
|
||||||
products_sort_by: 'Relevance',
|
products_sort_by: 'Relevance',
|
||||||
title: title
|
title: title
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue