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 Paulus Schoutsen
parent 9fa97473cb
commit 91e8593fb6
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

@ -1694,7 +1694,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

@ -835,7 +835,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