mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-10 06:20:27 -04:00
Fix multi-scale updates
This commit is contained in:
parent
8425a10810
commit
d9ab6f7acb
@ -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"
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user