aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/Compiler.hs
diff options
context:
space:
mode:
authorpacien2020-01-05 10:43:30 +0100
committerpacien2020-01-05 10:43:30 +0100
commit1a0f4b17fc77c4b330c43185a15230e67116a3aa (patch)
tree4eed3493dfc9a195eacdd634bf58f9b7fc262e1d /compiler/src/Compiler.hs
parent7da7ae1848a23b13ec4b258fd9e714c0f4943850 (diff)
downloadldgallery-1a0f4b17fc77c4b330c43185a15230e67116a3aa.tar.gz
compiler: rename max thumbnail size option
Diffstat (limited to 'compiler/src/Compiler.hs')
-rw-r--r--compiler/src/Compiler.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/Compiler.hs b/compiler/src/Compiler.hs
index 0132b1a..4f2093b 100644
--- a/compiler/src/Compiler.hs
+++ b/compiler/src/Compiler.hs
@@ -106,7 +106,7 @@ compileGallery inputDirPath outputDirPath rebuildAll =
106 let cache = if invalidateCache || rebuildAll then skipCached else withCached 106 let cache = if invalidateCache || rebuildAll then skipCached else withCached
107 107
108 let itemProc = itemProcessor (pictureMaxResolution config) cache 108 let itemProc = itemProcessor (pictureMaxResolution config) cache
109 let thumbnailProc = thumbnailProcessor (thumbnailResolution config) cache 109 let thumbnailProc = thumbnailProcessor (thumbnailMaxResolution config) cache
110 let galleryBuilder = buildGalleryTree dirProcessor itemProc thumbnailProc (implicitDirectoryTag config) 110 let galleryBuilder = buildGalleryTree dirProcessor itemProc thumbnailProc (implicitDirectoryTag config)
111 resources <- galleryBuilder (galleryName config) inputTree 111 resources <- galleryBuilder (galleryName config) inputTree
112 112