mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix issue in with jellyfin during browsing (#143478)
This commit is contained in:
parent
bf1c138a3c
commit
731e9bbbfc
@ -73,7 +73,7 @@ async def build_root_response(
|
||||
children = [
|
||||
await item_payload(hass, client, user_id, folder)
|
||||
for folder in folders["Items"]
|
||||
if folder["CollectionType"] in SUPPORTED_COLLECTION_TYPES
|
||||
if folder.get("CollectionType") in SUPPORTED_COLLECTION_TYPES
|
||||
]
|
||||
|
||||
return BrowseMedia(
|
||||
|
Loading…
x
Reference in New Issue
Block a user