diff options
Diffstat (limited to 'compiler/src/Compiler.hs')
-rw-r--r-- | compiler/src/Compiler.hs | 2 |
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 | ||