1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-22 07:48:52 -05:00

Closure style

This commit is contained in:
Reinhard Pointner 2019-05-18 22:46:13 +07:00
parent 6398526b57
commit 7ed492cdc6

View File

@ -55,7 +55,7 @@ void build(ids, section, db, query) {
def files = [] def files = []
ids.each{ id -> ids.each{ id ->
scaleFactor.each { scale -> scaleFactor.each{ scale ->
def original = getOriginalPath(section, id) def original = getOriginalPath(section, id)
def thumb = getThumbnailPath(section, id, scale) def thumb = getThumbnailPath(section, id, scale)