mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 17:43:52 +01:00
typo, rename project key config option
This commit is contained in:
parent
8a8b8f832a
commit
d46b45861b
2 changed files with 4 additions and 4 deletions
|
|
@ -204,7 +204,7 @@ class FanartTV(ArtSource):
|
|||
response = self.request(
|
||||
self.API_ALBUMS + album.mb_releasegroupid,
|
||||
headers={
|
||||
'api-key': self._config['fanarttv_api_key'].get(),
|
||||
'api-key': self._config['fanarttv_project_key'].get(),
|
||||
'client-key': self._config['fanarttv_personal_key'].get()
|
||||
})
|
||||
|
||||
|
|
@ -488,7 +488,7 @@ class FetchArtPlugin(plugins.BeetsPlugin, RequestMixin):
|
|||
'sources': ['coverart', 'itunes', 'amazon', 'albumart'],
|
||||
'google_key': None,
|
||||
'google_engine': u'001442825323518660753:hrh5ch1gjzm',
|
||||
'fanarttv_api_key': None,
|
||||
'fanarttv_project_key': None,
|
||||
'fanarttv_personal_key': None
|
||||
})
|
||||
self.config['google_key'].redact = True
|
||||
|
|
|
|||
|
|
@ -169,8 +169,8 @@ Fanart.tv
|
|||
|
||||
Although not strictly necesarry right now, you might think about
|
||||
`registering a personal fanart.tv API key`_. Set the ``fanarttv_personal_key``
|
||||
configurati option to your key, then add ``fanarttv`` to the list of sources in
|
||||
your configuration.
|
||||
configuration option to your key, then add ``fanarttv`` to the list of sources
|
||||
in your configuration.
|
||||
|
||||
.. _registering a personal fanart.tv API key: https://fanart.tv/get-an-api-key/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue