mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 10:23:46 +02:00
Fix wrong BrowseError module in Kode (#155971)
This commit is contained in:
committed by
Franck Nijhof
parent
2d81665f99
commit
8fb9d92daf
@@ -221,7 +221,7 @@ async def library_payload(hass):
|
||||
for child in library_info.children:
|
||||
child.thumbnail = "https://brands.home-assistant.io/_/kodi/logo.png"
|
||||
|
||||
with contextlib.suppress(media_source.BrowseError):
|
||||
with contextlib.suppress(BrowseError):
|
||||
item = await media_source.async_browse_media(
|
||||
hass, None, content_filter=media_source_content_filter
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user