thumbnails: fix detection of local resizing capabilities

This commit is contained in:
Bruno Cauet 2015-01-28 16:34:27 +01:00
parent 180a3ece3b
commit 540cae0de4

View file

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