We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d48fa commit eb9849cCopy full SHA for eb9849c
homeassistant/components/kodi/browse_media.py
@@ -221,7 +221,7 @@ async def library_payload(hass):
221
for child in library_info.children:
222
child.thumbnail = "https://brands.home-assistant.io/_/kodi/logo.png"
223
224
- with contextlib.suppress(media_source.BrowseError):
+ with contextlib.suppress(BrowseError):
225
item = await media_source.async_browse_media(
226
hass, None, content_filter=media_source_content_filter
227
)
0 commit comments