Closed marcan closed 3 years ago
76cdd5b changed the signature for SetVolume from
def __init__(self, source, volume):
to
def __init__(self, volume, source, useDecibel=None):
This broke API compatibility and that argument order doesn't make any sense (compared to other requests).
This is linked with #50 , I didn't realized it also affects parameters...
@marcan update pushed to PyPI (pip) just now!
76cdd5b changed the signature for SetVolume from
def __init__(self, source, volume):
to
def __init__(self, volume, source, useDecibel=None):
This broke API compatibility and that argument order doesn't make any sense (compared to other requests).