diff --git a/src/linkplay/consts.py b/src/linkplay/consts.py index bdccd3d..16d633e 100644 --- a/src/linkplay/consts.py +++ b/src/linkplay/consts.py @@ -4,7 +4,7 @@ LOGGER = logging.getLogger("linkplay") API_ENDPOINT: str = "{}/httpapi.asp?command={}" -API_TIMEOUT: int = 5 +API_TIMEOUT: int = 10 UNKNOWN_TRACK_PLAYING: str = "Unknown" UPNP_DEVICE_TYPE = "urn:schemas-upnp-org:device:MediaRenderer:1" TCPPORT = 8899