We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4958c commit d7713e8Copy full SHA for d7713e8
1 file changed
src/linkplay/consts.py
@@ -4,7 +4,7 @@
4
LOGGER = logging.getLogger("linkplay")
5
6
API_ENDPOINT: str = "{}/httpapi.asp?command={}"
7
-API_TIMEOUT: int = 5
+API_TIMEOUT: int = 10
8
UNKNOWN_TRACK_PLAYING: str = "Unknown"
9
UPNP_DEVICE_TYPE = "urn:schemas-upnp-org:device:MediaRenderer:1"
10
TCPPORT = 8899
0 commit comments