mirror of
https://github.com/beetbox/beets.git
synced 2025-12-22 08:34:23 +01:00
Simplify Confuse usage (#3463)
This commit is contained in:
parent
f0eede2ab4
commit
a08f2315ea
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ class ITunesStore(RemoteArtSource):
|
|||
payload['term'])
|
||||
return
|
||||
|
||||
if self._config['high_resolution'].get():
|
||||
if self._config['high_resolution']:
|
||||
image_suffix = '100000x100000-999'
|
||||
else:
|
||||
image_suffix = '1200x1200bb'
|
||||
|
|
|
|||
Loading…
Reference in a new issue