From 2cd38fc7df178d37276d24aa5f9acaa027fcddf0 Mon Sep 17 00:00:00 2001 From: temrix Date: Sat, 21 Sep 2019 17:12:46 +0200 Subject: [PATCH] Add bugfix. --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index aa87929c6..261b74505 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -107,6 +107,8 @@ Fixes: * ``none_rec_action`` does not import automatically when ``timid`` is enabled. Thanks to :user:`RollingStar`. :bug:`3242` +* Fix a bug that caused a crash when tagging items with the beatport plugin. + :bug:`3374` For plugin developers: