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

View File

@ -6,7 +6,7 @@
"@rajlaud"
],
"requirements": [
"pysqueezebox==0.5.1"
"pysqueezebox==0.5.4"
],
"config_flow": true
}

View File

@ -1692,7 +1692,7 @@ pysonos==0.0.35
pyspcwebgw==0.4.0
# homeassistant.components.squeezebox
pysqueezebox==0.5.1
pysqueezebox==0.5.4
# homeassistant.components.stiebel_eltron
pystiebeleltron==0.0.1.dev2

View File

@ -836,7 +836,7 @@ pysonos==0.0.35
pyspcwebgw==0.4.0
# homeassistant.components.squeezebox
pysqueezebox==0.5.1
pysqueezebox==0.5.4
# homeassistant.components.syncthru
pysyncthru==0.7.0