mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +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) {
|
||||
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…
Reference in New Issue
Block a user