mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 12:32:33 +01:00
fix indentation
This commit is contained in:
parent
04c12a50ac
commit
1fc6efe3b4
1 changed files with 4 additions and 4 deletions
|
|
@ -342,10 +342,10 @@ class ConvertPlugin(BeetsPlugin):
|
|||
maxwidth = None
|
||||
|
||||
if self.config['copy_album_art_maxwidth']:
|
||||
maxwidth = self.config['copy_album_art_maxwidth'].get(int)
|
||||
size = ArtResizer.shared.get_size(album.artpath)
|
||||
if size:
|
||||
resize = ArtResizer.shared.must_resize(size, maxwidth)
|
||||
maxwidth = self.config['copy_album_art_maxwidth'].get(int)
|
||||
size = ArtResizer.shared.get_size(album.artpath)
|
||||
if size:
|
||||
resize = ArtResizer.shared.must_resize(size, maxwidth)
|
||||
|
||||
if resize:
|
||||
if pretend:
|
||||
|
|
|
|||
Loading…
Reference in a new issue