docs: Fix typo

This commit is contained in:
Stein Magnus Jodal 2012-09-15 19:21:23 +02:00
parent e905fd8d8a
commit 31d015f9fd

View File

@ -18,9 +18,9 @@ v0.8 (in development)
:issue:`159`)
- Switch to pure GStreamer based mixing. This implies that users setup a
GStreamer bin with a mixer in it in :attr:`mopidy.setting.MIXER`. The default
value is ``autoaudiomixer``, a custom mixer that attempts to find a mixer
that will work on your system. If this picks the wrong mixer you can of
GStreamer bin with a mixer in it in :attr:`mopidy.settings.MIXER`. The
default value is ``autoaudiomixer``, a custom mixer that attempts to find a
mixer that will work on your system. If this picks the wrong mixer you can of
course override it. Setting the mixer to :class:`None` is also supported. MPD
protocol support for volume has also been updated to return -1 when we have
no mixer set.