mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 13:07:09 +01:00
Use correct methods from art resizer
This commit is contained in:
parent
73924064ed
commit
8317a20bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ from xdg import BaseDirectory
|
|||
from beets.plugins import BeetsPlugin
|
||||
from beets.ui import Subcommand, decargs
|
||||
from beets import util
|
||||
from beets.util.artresizer import ArtResizer, has_IM, has_PIL
|
||||
from beets.util.artresizer import ArtResizer, get_im_version, get_pil_version
|
||||
|
||||
|
||||
BASE_DIR = os.path.join(BaseDirectory.xdg_cache_home, "thumbnails")
|
||||
|
|
|
|||
Loading…
Reference in a new issue