"The use of pause command w/o the PAUSE argument is deprecated."
This commit is contained in:
parent
713c93c3ff
commit
40cff0d6b1
@ -181,7 +181,7 @@ cleartext to the server.)"),
|
|||||||
try:
|
try:
|
||||||
self._mpd_command(self.s, "play"
|
self._mpd_command(self.s, "play"
|
||||||
if self._mpd_command(self.s, "status")["state"]
|
if self._mpd_command(self.s, "status")["state"]
|
||||||
in ["pause", "stop"] else "pause")
|
in ["pause", "stop"] else "pause 1")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user