Give Sonos media browse folders Sonos logos to distinguish from media… (#67248)

This commit is contained in:
Paulus Schoutsen 2022-02-25 11:35:39 -08:00 committed by GitHub
parent 3f16c6d6ef
commit 99bc2a7c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -267,6 +267,7 @@ async def root_payload(
media_class=MEDIA_CLASS_DIRECTORY,
media_content_id="",
media_content_type="favorites",
thumbnail="https://brands.home-assistant.io/_/sonos/logo.png",
can_play=False,
can_expand=True,
)
@ -281,6 +282,7 @@ async def root_payload(
media_class=MEDIA_CLASS_DIRECTORY,
media_content_id="",
media_content_type="library",
thumbnail="https://brands.home-assistant.io/_/sonos/logo.png",
can_play=False,
can_expand=True,
)