Improve Squeezebox media browser performance (#42439)
* Bump pysqueezebox version to better handle large libraries for media browser * Merge changes into requirements
This commit is contained in:
parent
9e3d9af8e9
commit
67269659f7
4 changed files with 4 additions and 4 deletions
|
@ -65,7 +65,7 @@ CONTENT_TYPE_TO_CHILD_TYPE = {
|
|||
"Genres": MEDIA_TYPE_GENRE,
|
||||
}
|
||||
|
||||
BROWSE_LIMIT = 500
|
||||
BROWSE_LIMIT = 1000
|
||||
|
||||
|
||||
async def build_item_response(player, payload):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue