summaryrefslogtreecommitdiff
path: root/src/config/defaults.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/defaults.ts')
-rw-r--r--src/config/defaults.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config/defaults.ts b/src/config/defaults.ts
index e3fe68d..f375620 100644
--- a/src/config/defaults.ts
+++ b/src/config/defaults.ts
@@ -147,4 +147,13 @@ export default {
upcomingDays: 7, // Number of days which count as upcoming
notify: true,
},
+ thumbnailer: {
+ maxAttempts: 5,
+ timeBetweenAttempts: 300,
+ defaults: {
+ width: 100,
+ height: 100,
+ exact: true,
+ },
+ },
};