Revert "Indentation fix"

This reverts commit 1e527ed4e5.
This commit is contained in:
Mark Trolley 2020-06-27 16:26:20 -04:00
parent 71af5c04fc
commit 3232a5b8b7

View file

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