mirror of
https://github.com/beetbox/beets.git
synced 2026-02-12 02:12:10 +01:00
Merge pull request #1878 from SJoshBrown/documentation_for_custom_api_key_in_lastimport_plugin
documention for overriding the default last.fm api key with a custom …
This commit is contained in:
commit
0003ada5bf
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue