mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +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)
|
||||
|
||||
def setgain(self, gain):
|
||||
raise NotImplementedError()
|
||||
pass
|
||||
|
||||
def terminate(self):
|
||||
self.__stop.set()
|
||||
|
Loading…
Reference in New Issue
Block a user