MPDCoverGrid.update() pr?ft Verbindungsstatus
This commit is contained in:
parent
36a7df857e
commit
d081000c47
1 changed files with 2 additions and 1 deletions
|
|
@ -116,7 +116,8 @@ class MPDCoverGrid:
|
||||||
|
|
||||||
|
|
||||||
def update(self):
|
def update(self):
|
||||||
self._start_thread(self.SIGNAL_UPDATE, self._update)
|
if self.is_connected():
|
||||||
|
self._start_thread(self.SIGNAL_UPDATE, self._update)
|
||||||
|
|
||||||
|
|
||||||
def _update(self):
|
def _update(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue