mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
parent
71af5c04fc
commit
3232a5b8b7
1 changed files with 1 additions and 2 deletions
|
|
@ -333,8 +333,7 @@ class CoverArtArchive(RemoteArtSource):
|
|||
if 'release' in self.match_by and album.mb_albumid:
|
||||
yield self._candidate(
|
||||
url=release_url.format(mbid=album.mb_albumid),
|
||||
match=Candidate.MATCH_EXACT,
|
||||
)
|
||||
match=Candidate.MATCH_EXACT)
|
||||
if 'releasegroup' in self.match_by and album.mb_releasegroupid:
|
||||
yield self._candidate(
|
||||
url=group_url.format(mbid=album.mb_releasegroupid),
|
||||
|
|
|
|||
Loading…
Reference in a new issue