From 1fc6efe3b4b0bad39379144ab2e3b8318545c151 Mon Sep 17 00:00:00 2001 From: Ali Graham Date: Thu, 25 Feb 2016 18:45:53 +1030 Subject: [PATCH] fix indentation --- beetsplug/convert.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/beetsplug/convert.py b/beetsplug/convert.py index 0e0ad5817..a99d1983d 100644 --- a/beetsplug/convert.py +++ b/beetsplug/convert.py @@ -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: