From dba0346a27eea072f23c031a6746329c45b5eaa7 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 14 Aug 2010 02:41:13 +0200 Subject: [PATCH] docs: Remove mention of Spotify appkey, as it is bundled --- docs/installation/index.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/installation/index.rst b/docs/installation/index.rst index d5e76cce..abd185f1 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -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',)