aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.ts b/src/config.ts
index f74edd5e..f1692344 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -9,7 +9,7 @@ interface SBConfig {
/* Contains unsubmitted segments that the user has created. */
unsubmittedSegments: Record<string, SponsorTime[]>,
defaultCategory: Category,
- renderAsChapters: boolean,
+ renderSegmentsAsChapters: boolean,
whitelistedChannels: string[],
forceChannelCheck: boolean,
minutesSaved: number,
@@ -132,7 +132,7 @@ const Config: SBObject = {
isVip: false,
unsubmittedSegments: {},
defaultCategory: "chooseACategory" as Category,
- renderAsChapters: true,
+ renderSegmentsAsChapters: true,
whitelistedChannels: [],
forceChannelCheck: false,
minutesSaved: 0,