mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 13:33:02 +01:00
Indentation fix
This commit is contained in:
parent
0cd52939d4
commit
1e527ed4e5
1 changed files with 2 additions and 1 deletions
|
|
@ -333,7 +333,8 @@ 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