X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=mpd.py;h=d40b5fab8791291db4e48b174fc97b29989533a8;hp=9494b0e41d2fe1eea5e25f3e3c2037f23262200c;hb=a299df609a97947e767e721e0623442b64705ac9;hpb=df0be04d1d7299652a44ad53fc44e797f41de362 diff --git a/mpd.py b/mpd.py index 9494b0e..d40b5fa 100644 --- a/mpd.py +++ b/mpd.py @@ -67,6 +67,8 @@ class MPDClient(object): # Playback Option Commands "consume": self._fetch_nothing, "crossfade": self._fetch_nothing, + "mixrampdb": self._fetch_nothing, + "mixrampdelay": self._fetch_nothing, "random": self._fetch_nothing, "repeat": self._fetch_nothing, "setvol": self._fetch_nothing,