From 2537c06ac75b2ca7c8588af9d32dc6ecd81e2ae0 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 24 Oct 2015 13:09:15 -0700 Subject: [PATCH] Changelog for #1652 fix --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b263c1da9..c247aa429 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,10 @@ Fixes: collection names. :bug:`1649` * :doc:`/plugins/discogs`: Maybe fix a crash when using some versions of the ``requests`` library. :bug:`1656` +* Fix a race in the importer when importing two albums with the same artist + and name in quick succession. The importer would fail to detect them as + duplicates, claiming that there were "empty albums" in the database even + when there were not. :bug:`1652` 1.3.15 (October 17, 2015)