mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Fix translation from HA playlist to UPnP playlistItem (#30743)
This commit is contained in:
parent
658d338058
commit
75f0fedd68
@ -77,7 +77,7 @@ HOME_ASSISTANT_UPNP_CLASS_MAPPING = {
|
||||
MEDIA_TYPE_EPISODE: "object.item.videoItem",
|
||||
MEDIA_TYPE_CHANNEL: "object.item.videoItem",
|
||||
MEDIA_TYPE_IMAGE: "object.item.imageItem",
|
||||
MEDIA_TYPE_PLAYLIST: "object.item.playlist",
|
||||
MEDIA_TYPE_PLAYLIST: "object.item.playlistItem",
|
||||
}
|
||||
UPNP_CLASS_DEFAULT = "object.item"
|
||||
HOME_ASSISTANT_UPNP_MIME_TYPE_MAPPING = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user