From 96e234cbfe8f442c8dbd2fd04bcd8fdd559ec95f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 24 Jan 2021 20:53:58 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- Viewer/features/sharp.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Viewer/features/sharp.js b/Viewer/features/sharp.js index 0ac961aa..50d39cde 100755 --- a/Viewer/features/sharp.js +++ b/Viewer/features/sharp.js @@ -919,10 +919,10 @@ var SharpActions = actions.Actions({ && ((options.metadata == 'full' && that.readAllMetadata) ? // full (slow)... - that.readAllMetadata()) + that.readAllMetadata() // partial (fast)... : (that.cacheAllMetadata - && that.cacheAllMetadata() )) + && that.cacheAllMetadata())) // previews... options.previews !== false && that.makePreviews