From ded52a0f1d980bb9d9ef82866ab57e1b117ac8cc Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 5 Apr 2025 18:17:42 +1100 Subject: thumbnailer: add configs --- src/config/types.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/config/types.ts') 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[] }; -- cgit v1.2.3-freya