docs: Remove mention of Spotify appkey, as it is bundled
This commit is contained in:
parent
ae48c2c4a5
commit
dba0346a27
@ -99,11 +99,8 @@ username and password into the file, like this::
|
|||||||
SPOTIFY_USERNAME = u'myusername'
|
SPOTIFY_USERNAME = u'myusername'
|
||||||
SPOTIFY_PASSWORD = u'mysecret'
|
SPOTIFY_PASSWORD = u'mysecret'
|
||||||
|
|
||||||
Currently :mod:`mopidy.backends.libspotify` is the default
|
Currently :mod:`mopidy.backends.libspotify` is the default backend. If you want
|
||||||
backend. Before you can use :mod:`mopidy.backends.libspotify`, you must copy
|
to use :mod:`mopidy.backends.local`, add the following setting::
|
||||||
the Spotify application key to ``~/.mopidy/spotify_appkey.key``.
|
|
||||||
|
|
||||||
If you want to use :mod:`mopidy.backends.local`, add the following setting::
|
|
||||||
|
|
||||||
BACKENDS = (u'mopidy.backends.local.LocalBackend',)
|
BACKENDS = (u'mopidy.backends.local.LocalBackend',)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user