mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Fix children_media_class for special folders (#39974)
This commit is contained in:
parent
6b966e2c47
commit
4c0f075d6a
@ -205,6 +205,7 @@ def special_library_payload(parent_payload, special_type):
|
|||||||
media_content_type=parent_payload.media_content_type,
|
media_content_type=parent_payload.media_content_type,
|
||||||
can_play=False,
|
can_play=False,
|
||||||
can_expand=True,
|
can_expand=True,
|
||||||
|
children_media_class=parent_payload.children_media_class,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user