« get me outta code hell

fix gen-thumbs because of course it's broken - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-07-02 15:51:30 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-07-02 15:51:30 -0300
commitd89aedcc8c888d7e43ace0922ae93c289f7ab024 (patch)
treee194fe2dfa6f741939fd5f9ebca47e8739b219a3
parent9c11308ace82c024ddb0223d9ffeb742d86ad927 (diff)
fix gen-thumbs because of course it's broken
-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);