mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-11 14:59:44 -04: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) {
|
} catch (FileNotFoundException e) {
|
||||||
log.warning "[IMAGE NOT FOUND] $e"
|
log.warning "[IMAGE NOT FOUND] $e"
|
||||||
return null
|
return null
|
||||||
|
} finally {
|
||||||
|
ls original
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -98,8 +100,6 @@ void build(ids, section, db, query) {
|
|||||||
original.createNewFile()
|
original.createNewFile()
|
||||||
original.setLastModified(System.currentTimeMillis())
|
original.setLastModified(System.currentTimeMillis())
|
||||||
}
|
}
|
||||||
|
|
||||||
ls original
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (original.length() > 0 && !thumb.exists()) {
|
if (original.length() > 0 && !thumb.exists()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user