docs: Remove default config from audio class
This commit is contained in:
parent
3280f04132
commit
bfceb45609
@ -26,15 +26,6 @@ MB = 1 << 20
|
||||
class Audio(pykka.ThreadingActor):
|
||||
"""
|
||||
Audio output through `GStreamer <http://gstreamer.freedesktop.org/>`_.
|
||||
|
||||
**Default config:**
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
[audio]
|
||||
mixer = autoaudiomixer
|
||||
mixer_track =
|
||||
output = autoaudiosink
|
||||
"""
|
||||
|
||||
#: The GStreamer state mapped to :class:`mopidy.audio.PlaybackState`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user