== Playback Option Commands
consume <bool> -> fetch_nothing
crossfade <int> -> fetch_nothing
+mixrampdb <str> -> fetch_nothing
+mixrampdelay <int> -> fetch_nothing
random <bool> -> fetch_nothing
repeat <bool> -> fetch_nothing
setvol <int> -> fetch_nothing
# 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,