« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/gen-thumbs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen-thumbs.js b/src/gen-thumbs.js
index b5b918f..9151201 100644
--- a/src/gen-thumbs.js
+++ b/src/gen-thumbs.js
@@ -333,7 +333,7 @@ export default async function genThumbs(
       entriesToGenerate.map(
         ([filePath, md5]) =>
           () =>
-            generateImageThumbnails(path.join(mediaPath, filePath)).then(
+            generateImageThumbnails(path.join(mediaPath, filePath), {spawnConvert}).then(
               () => {
                 updatedCache[filePath] = md5;
                 succeeded.push(filePath);