Elektordi / obs-websocket-py

Python library to communicate with an obs-websocket server (for OBS Studio)
MIT License
235 stars 59 forks source link

SetVolume argument order changed #53

Closed marcan closed 3 years ago

marcan commented 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).

Elektordi commented 3 years ago

This is linked with #50 , I didn't realized it also affects parameters...

Elektordi commented 3 years ago

@marcan update pushed to PyPI (pip) just now!