mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 01:53:31 +01:00
Fix detection of thumbails to generate
This commit is contained in:
parent
c09b01ce74
commit
946aa8e4b3
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class ThumbnailsPlugin(BeetsPlugin):
|
|||
album.artpath)
|
||||
return
|
||||
|
||||
if max(size):
|
||||
if max(size) >= 256:
|
||||
self.make_cover_thumbnail(album, 256, LARGE_DIR)
|
||||
self.make_cover_thumbnail(album, 128, NORMAL_DIR)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue