mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Fix mpd timeout error (#17254)
* Increase mpd client timeout * Update mpd.py
This commit is contained in:
@@ -79,7 +79,7 @@ class MpdDevice(MediaPlayerDevice):
|
||||
|
||||
# set up MPD client
|
||||
self._client = mpd.MPDClient()
|
||||
self._client.timeout = 5
|
||||
self._client.timeout = 30
|
||||
self._client.idletimeout = None
|
||||
|
||||
def _connect(self):
|
||||
|
Reference in New Issue
Block a user