From c3be244109b4b5eea67cec5b17ffcffdd6dbc379 Mon Sep 17 00:00:00 2001 From: wordofglass Date: Mon, 18 Apr 2016 18:52:18 +0200 Subject: [PATCH] remove the personal key warning altogether; it's also in the docs and rather obtrusive --- beetsplug/fetchart.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/beetsplug/fetchart.py b/beetsplug/fetchart.py index 43da905fd..62a43474e 100644 --- a/beetsplug/fetchart.py +++ b/beetsplug/fetchart.py @@ -681,13 +681,6 @@ class FetchArtPlugin(plugins.BeetsPlugin, RequestMixin): available_sources.remove(u'google') sources_name = plugins.sanitize_choices( self.config['sources'].as_str_seq(), available_sources) - if not self.config['fanarttv_key'].get() and \ - u'fanarttv' in sources_name: - self._log.warn( - u'fanart.tv source enabled, but no personal API given. This ' - u'works as of now, however, fanart.tv prefers users to ' - u'register a personal key. Additionaly this makes new art ' - u'available shorter after its upload. See the documentation.') if 'remote_priority' in self.config: self._log.warning( u'The `fetch_art.remote_priority` configuration option has '