docs: Remove mention of Spotify appkey, as it is bundled

This commit is contained in:
Stein Magnus Jodal 2010-08-14 02:41:13 +02:00
parent ae48c2c4a5
commit dba0346a27

View File

@ -99,11 +99,8 @@ username and password into the file, like this::
SPOTIFY_USERNAME = u'myusername'
SPOTIFY_PASSWORD = u'mysecret'
Currently :mod:`mopidy.backends.libspotify` is the default
backend. Before you can use :mod:`mopidy.backends.libspotify`, you must copy
the Spotify application key to ``~/.mopidy/spotify_appkey.key``.
If you want to use :mod:`mopidy.backends.local`, add the following setting::
Currently :mod:`mopidy.backends.libspotify` is the default backend. If you want
to use :mod:`mopidy.backends.local`, add the following setting::
BACKENDS = (u'mopidy.backends.local.LocalBackend',)