Fixed docstring for chromecast.status.

This commit is contained in:
Fabio Manganiello 2023-11-18 14:17:17 +01:00
parent dcf9561ad1
commit fdaff32cd0
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -397,6 +397,7 @@ class MediaChromecastPlugin(MediaPlugin, RunnablePlugin):
all the discovered/available Chromecasts. Format:
.. code-block:: python
{
"type": "cast", # Can be "cast" or "audio"
"name": "Living Room TV",
@ -481,6 +482,7 @@ class MediaChromecastPlugin(MediaPlugin, RunnablePlugin):
"track": null
}
}
"""
return self._status(chromecast=chromecast)