From 31d015f9fd9af093b9e31a7493d140828da4472f Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 15 Sep 2012 19:21:23 +0200 Subject: [PATCH] docs: Fix typo --- docs/changes.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 3eb5947c..43b930b8 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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.