summaryrefslogtreecommitdiff
path: root/src/config/types.ts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-05 18:17:42 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-05 18:17:42 +1100
commitded52a0f1d980bb9d9ef82866ab57e1b117ac8cc (patch)
treebf88ca1ef02fab96f27c5b51718a6334632c4a46 /src/config/types.ts
parentthumbnailer: use sha1sum for caching (diff)
downloadcaelestia-shell-ded52a0f1d980bb9d9ef82866ab57e1b117ac8cc.tar.gz
caelestia-shell-ded52a0f1d980bb9d9ef82866ab57e1b117ac8cc.tar.bz2
caelestia-shell-ded52a0f1d980bb9d9ef82866ab57e1b117ac8cc.zip
thumbnailer: add configs
Diffstat (limited to 'src/config/types.ts')
-rw-r--r--src/config/types.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/types.ts b/src/config/types.ts
index 8936937..226b2dd 100644
--- a/src/config/types.ts
+++ b/src/config/types.ts
@@ -82,4 +82,9 @@ export default {
"calendar.webcals": ARR(STR),
"calendar.upcomingDays": NUM,
"calendar.notify": BOOL,
+ "thumbnailer.maxAttempts": NUM,
+ "thumbnailer.timeBetweenAttempts": NUM,
+ "thumbnailer.defaults.width": NUM,
+ "thumbnailer.defaults.height": NUM,
+ "thumbnailer.defaults.exact": BOOL,
} as { [k: string]: string | string[] | number[] };