mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-22 07:48:52 -05:00
Fix multi-scale updates
This commit is contained in:
parent
e9aadf2c6d
commit
8425a10810
@ -66,7 +66,7 @@ void build(ids, section, db, query) {
|
|||||||
def thumb = getThumbnailPath(section, id, scale)
|
def thumb = getThumbnailPath(section, id, scale)
|
||||||
|
|
||||||
if (thumb.exists()) {
|
if (thumb.exists()) {
|
||||||
log.finest "[SKIP] $id (@${scale}x)"
|
log.finest "[SKIP] ${id}@${scale}x"
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user