mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-10 04:02:17 +00:00
Ignore setGain commands rather than erroring
This commit is contained in:
parent
3b5885dde4
commit
296fbfc3f4
@ -125,7 +125,7 @@ class Jukebox(object):
|
|||||||
shuffle(self.__playlist)
|
shuffle(self.__playlist)
|
||||||
|
|
||||||
def setgain(self, gain):
|
def setgain(self, gain):
|
||||||
raise NotImplementedError()
|
pass
|
||||||
|
|
||||||
def terminate(self):
|
def terminate(self):
|
||||||
self.__stop.set()
|
self.__stop.set()
|
||||||
|
Loading…
Reference in New Issue
Block a user