Review nitpicks.

This commit is contained in:
Thomas Adamcik 2012-09-06 00:10:24 +02:00
parent 753070d1db
commit 776a5040b1
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ Playback controller
===================
Manages playback, with actions like play, pause, stop, next, previous,
seek and volume control.
seek, and volume control.
.. autoclass:: mopidy.backends.base.PlaybackController
:members:

View File

@ -38,9 +38,9 @@ v0.8 (in development)
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 course
override it. Setting the mixer to :class:`None` is also support. MPD protocol
support for volume has also been updated to return -1 when we have no mixer
set.
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.
v0.7.3 (2012-08-11)