From 540cae0de453de0373958669eda3ddfba10c89c0 Mon Sep 17 00:00:00 2001 From: Bruno Cauet Date: Wed, 28 Jan 2015 16:34:27 +0100 Subject: [PATCH] thumbnails: fix detection of local resizing capabilities --- beetsplug/thumbnails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/thumbnails.py b/beetsplug/thumbnails.py index b1322e7e3..9b22fd357 100644 --- a/beetsplug/thumbnails.py +++ b/beetsplug/thumbnails.py @@ -69,7 +69,7 @@ class ThumbnailsPlugin(BeetsPlugin): - thumbnail dirs exist (create them if needed) - detect whether we'll use PIL or IM """ - if not ArtResizer.local: + if not ArtResizer.shared.local: self._log.warning("No local image resizing capabilities, " "cannot generate thumbnails") return False