From 2113bf46a6d2e6bfd9c01a44e546d55eaca7eebe Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 29 Aug 2015 11:38:57 -0700 Subject: [PATCH] fetchart: Disable Google by default Since it's less precise than the other sources. --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b83168f32..fa0a15c22 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -20,6 +20,9 @@ Fixes: * Fixed a bug where plugins wouldn't be notified of the deletion of an item's art, for example with the ``clearart`` command from the :doc:`/plugins/embedart`. Thanks to :user:`nathdwek`. :bug:`1565` +* :doc:`/plugins/fetchart`: The Google Images source is disabled by default + (as it was before beets 1.3.9). To enable it, add ``google`` to your + ``sources`` configuration option. 1.3.14 (August 2, 2015)