mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-03 00:06:46 +01:00
Removed response groups in Audible query and limited to 10 results
This commit is contained in:
parent
c7e3f08d39
commit
ce88ebb55b
@ -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…
Reference in New Issue
Block a user