mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-21 23:38:50 -05:00
Closure style
This commit is contained in:
parent
6398526b57
commit
7ed492cdc6
@ -55,7 +55,7 @@ void build(ids, section, db, query) {
|
||||
def files = []
|
||||
|
||||
ids.each{ id ->
|
||||
scaleFactor.each { scale ->
|
||||
scaleFactor.each{ scale ->
|
||||
def original = getOriginalPath(section, id)
|
||||
def thumb = getThumbnailPath(section, id, scale)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user