mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
thumbnails: fix detection of local resizing capabilities
This commit is contained in:
parent
180a3ece3b
commit
540cae0de4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue