mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Add logging to media extractor to know the selected stream (#101117)
This commit is contained in:
parent
d84d83a42a
commit
d216fbddae
@ -153,7 +153,7 @@ class MediaExtractor:
|
||||
except MEQueryException:
|
||||
_LOGGER.error("Wrong query format: %s", stream_query)
|
||||
return
|
||||
|
||||
_LOGGER.debug("Selected the following stream: %s", stream_url)
|
||||
data = {k: v for k, v in self.call_data.items() if k != ATTR_ENTITY_ID}
|
||||
data[ATTR_MEDIA_CONTENT_ID] = stream_url
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user