From a41a9b7aa17cf5f01fadbbe1ce0839710007adac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Mon, 3 Oct 2022 19:58:23 +0200 Subject: [PATCH 1/2] Remove duplicate "Trip-hop" genre --- beetsplug/lastgenre/genres.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/beetsplug/lastgenre/genres.txt b/beetsplug/lastgenre/genres.txt index 7ccd7ad3b..28b1225c3 100644 --- a/beetsplug/lastgenre/genres.txt +++ b/beetsplug/lastgenre/genres.txt @@ -1459,7 +1459,6 @@ tribal house trikitixa trip hop trip rock -trip-hop tropicalia tropicalismo tropipop From ad1f57f8bbcae7163c898f292296ae4ca38a8f97 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 3 Oct 2022 11:03:55 -0700 Subject: [PATCH 2/2] Changelog for #4510 --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2bca039be..4f7dc181a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -112,6 +112,9 @@ Bug fixes: :bug:`4389` * :doc:`plugins/convert`: Fix a bug with the `wma` format alias. * :doc:`/plugins/web`: Fix get file from item. +* :doc:`/plugins/lastgenre`: Fix a duplicated entry for trip hop in the + default genre list. + :bug:`4510` For packagers: