From 39def81d1c0bd358ca6367308e8325a9b7d45304 Mon Sep 17 00:00:00 2001 From: Andrew Rogl Date: Sat, 2 Oct 2021 14:20:17 +1000 Subject: [PATCH] Fix lint error --- beetsplug/discogs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beetsplug/discogs.py b/beetsplug/discogs.py index 5ff298db9..9f9c3ef76 100644 --- a/beetsplug/discogs.py +++ b/beetsplug/discogs.py @@ -209,7 +209,8 @@ class DiscogsPlugin(BeetsPlugin): # of an input string as to avoid confusion with other metadata plugins. # An optional bracket can follow the integer, as this is how discogs # displays the release ID on its webpage. - # Issue #4080 highlighted that Discogs changed the way the URL is formed + # Issue #4080 highlighted that Discogs changed the way the URL + # is formed match = re.search(r'(^|[*r|discogs\.com/.+/release/])(\d+)($|)', album_id)