From f782dfd3762a530f80dcf7b2dde38c8912942f9f Mon Sep 17 00:00:00 2001 From: kerobaros Date: Fri, 24 Oct 2014 21:36:30 -0500 Subject: [PATCH] I'll get used to this git thing one day. Cleaning up. --- beetsplug/embedart.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/beetsplug/embedart.py b/beetsplug/embedart.py index 257b88c07..9ea43f43f 100644 --- a/beetsplug/embedart.py +++ b/beetsplug/embedart.py @@ -165,7 +165,6 @@ def embed_album(album, maxwidth=None, quiet=False): for item in album.items(): embed_item(item, imagepath, maxwidth, None, config['embedart']['compare_threshold'].get(int), -<<<<<<< HEAD config['embedart']['ifempty'], asalbum=True) @@ -176,9 +175,6 @@ def resize_image(imagepath, maxwidth): .format(maxwidth)) imagepath = ArtResizer.shared.resize(maxwidth, syspath(imagepath)) return imagepath -======= - config['embedart']['ifempty'].get(bool)) ->>>>>>> upstream/master def check_art_similarity(item, imagepath, compare_threshold):