mirror of
https://github.com/beetbox/beets.git
synced 2026-01-18 06:05:06 +01:00
Fix lint error
This commit is contained in:
parent
b935346402
commit
39def81d1c
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue