Remove ending period from cast log

This commit is contained in:
Erik Montnemery 2020-08-22 09:01:17 +02:00 committed by GitHub
parent 1b8d9f7cc4
commit 18047726b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -377,7 +377,7 @@ class CastDevice(MediaPlayerEntity):
_LOGGER.error( _LOGGER.error(
"Failed to cast media %s%s. Please make sure the URL is: " "Failed to cast media %s%s. Please make sure the URL is: "
"Reachable from the cast device and either a publicly resolvable " "Reachable from the cast device and either a publicly resolvable "
"hostname or an IP address.", "hostname or an IP address",
media_status.content_id, media_status.content_id,
url_description, url_description,
) )