mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-21 23:38:50 -05:00
Fix multi-scale updates
This commit is contained in:
parent
8c9e1787b4
commit
e9aadf2c6d
@ -89,6 +89,8 @@ void build(ids, section, db, query) {
|
||||
} catch (FileNotFoundException e) {
|
||||
log.warning "[IMAGE NOT FOUND] $e"
|
||||
return null
|
||||
} finally {
|
||||
ls original
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -98,8 +100,6 @@ void build(ids, section, db, query) {
|
||||
original.createNewFile()
|
||||
original.setLastModified(System.currentTimeMillis())
|
||||
}
|
||||
|
||||
ls original
|
||||
}
|
||||
|
||||
if (original.length() > 0 && !thumb.exists()) {
|
||||
|
Loading…
Reference in New Issue
Block a user