From 73ed9920c43d741751ba5c17318d94c5fd1bffe5 Mon Sep 17 00:00:00 2001 From: Johannes Knutsen Date: Tue, 23 Nov 2010 00:36:02 +0100 Subject: [PATCH] Document the default value on the Spotify preferred bitrate setting --- mopidy/settings.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mopidy/settings.py b/mopidy/settings.py index dc315064..1aaa4318 100644 --- a/mopidy/settings.py +++ b/mopidy/settings.py @@ -187,4 +187,8 @@ SPOTIFY_PASSWORD = u'' #: Do you prefer high bitrate (320k)? #: #: Used by :mod:`mopidy.backends.libspotify`. +# +#: Default:: +#: +#: SPOTIFY_HIGH_BITRATE = False # 160k SPOTIFY_HIGH_BITRATE = False