diff --git a/mopidy/mixer.py b/mopidy/mixer.py index 9bbe4a71..be793a7c 100644 --- a/mopidy/mixer.py +++ b/mopidy/mixer.py @@ -30,6 +30,9 @@ class Mixer(object): mixer. """ + def __init__(self, config): + pass + def get_volume(self): """ Get volume level of the mixer on a linear scale from 0 to 100.