From d46b45861b8f69e76061049fd30e603b00ca6bcb Mon Sep 17 00:00:00 2001 From: wordofglass Date: Fri, 15 Apr 2016 02:40:52 +0200 Subject: [PATCH] typo, rename project key config option --- beetsplug/fetchart.py | 4 ++-- docs/plugins/fetchart.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/beetsplug/fetchart.py b/beetsplug/fetchart.py index 61bff901f..860379107 100644 --- a/beetsplug/fetchart.py +++ b/beetsplug/fetchart.py @@ -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 diff --git a/docs/plugins/fetchart.rst b/docs/plugins/fetchart.rst index 24a67ded6..f9280204b 100644 --- a/docs/plugins/fetchart.rst +++ b/docs/plugins/fetchart.rst @@ -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/