mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
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
@ -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):
|
||||
|
@ -6,7 +6,7 @@
|
||||
"@rajlaud"
|
||||
],
|
||||
"requirements": [
|
||||
"pysqueezebox==0.5.1"
|
||||
"pysqueezebox==0.5.4"
|
||||
],
|
||||
"config_flow": true
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user