1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +00:00

Ignore setGain commands rather than erroring

This commit is contained in:
Alban Féron 2019-09-08 15:50:31 +02:00
parent 3b5885dde4
commit 296fbfc3f4
No known key found for this signature in database
GPG Key ID: 8CE0313646D16165

View File

@ -125,7 +125,7 @@ class Jukebox(object):
shuffle(self.__playlist)
def setgain(self, gain):
raise NotImplementedError()
pass
def terminate(self):
self.__stop.set()