Fix issue in with jellyfin during browsing (#143478)

This commit is contained in:
Josef Zweck 2025-04-22 20:59:24 +02:00 committed by GitHub
parent bf1c138a3c
commit 731e9bbbfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(