mpc doesn`t support set_speed - to be worked on later, stub it for now
This commit is contained in:
parent
423ac2252c
commit
42693afe08
@ -77,6 +77,9 @@ class MPCHCPlayer(object):
|
|||||||
def drop(self):
|
def drop(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def set_speed(self, value):
|
||||||
|
pass
|
||||||
|
|
||||||
def make_ping(self):
|
def make_ping(self):
|
||||||
self.ask_for_status()
|
self.ask_for_status()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user