fix indentation

This commit is contained in:
Ali Graham 2016-02-25 18:45:53 +10:30
parent 04c12a50ac
commit 1fc6efe3b4

View file

@ -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: