Remove ending period from cast log
parent
1b8d9f7cc4
commit
18047726b6
|
@ -377,7 +377,7 @@ class CastDevice(MediaPlayerEntity):
|
|||
_LOGGER.error(
|
||||
"Failed to cast media %s%s. Please make sure the URL is: "
|
||||
"Reachable from the cast device and either a publicly resolvable "
|
||||
"hostname or an IP address.",
|
||||
"hostname or an IP address",
|
||||
media_status.content_id,
|
||||
url_description,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue