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:
rajlaud 2020-10-26 23:12:03 -05:00 committed by GitHub
parent 9e3d9af8e9
commit 67269659f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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):