mirror of
https://github.com/beetbox/beets.git
synced 2026-06-02 04:02:35 -04:00
remove the personal key warning altogether; it's also in the docs and rather obtrusive
This commit is contained in:
@@ -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 '
|
||||
|
||||
Reference in New Issue
Block a user