diff --git a/docs/plugins/lastimport.rst b/docs/plugins/lastimport.rst index a38447083..78a4a3953 100644 --- a/docs/plugins/lastimport.rst +++ b/docs/plugins/lastimport.rst @@ -53,3 +53,9 @@ options under the ``lastimport:`` section: * **retry_limit**: How many times should we re-send requests to Last.fm on failure? Default: 3. + +By default lastimport will use beets Last.fm API key. If you wish you can +override this with your own API key.:: + + lastfm: + api_key: your_api_key