mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
another minor fix -- a bit off today, am I?
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
96e234cbfe
commit
b7b4bc7aef
@ -922,7 +922,7 @@ var SharpActions = actions.Actions({
|
||||
that.readAllMetadata()
|
||||
// partial (fast)...
|
||||
: (that.cacheAllMetadata
|
||||
&& that.cacheAllMetadata()))
|
||||
&& that.cacheAllMetadata())),
|
||||
// previews...
|
||||
options.previews !== false
|
||||
&& that.makePreviews
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user