Indentation fix

This commit is contained in:
Adrian Sampson 2020-06-27 12:49:32 -04:00
parent 0cd52939d4
commit 1e527ed4e5

View file

@ -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),