Simplify Confuse usage (#3463)

This commit is contained in:
Adrian Sampson 2019-12-26 20:44:14 -05:00
parent f0eede2ab4
commit a08f2315ea

View file

@ -505,7 +505,7 @@ class ITunesStore(RemoteArtSource):
payload['term']) payload['term'])
return return
if self._config['high_resolution'].get(): if self._config['high_resolution']:
image_suffix = '100000x100000-999' image_suffix = '100000x100000-999'
else: else:
image_suffix = '1200x1200bb' image_suffix = '1200x1200bb'