aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils.ts
diff options
context:
space:
mode:
authorAjay <[email protected]>2022-07-04 00:43:55 -0400
committerAjay <[email protected]>2022-07-04 00:43:55 -0400
commitfea90d024e1bf8cada42b4d37e3b0f6af7f0078b (patch)
tree8bef5b7ac3a2b71672ca63159c881dee0febc6ff /src/utils.ts
parentde85d9360281fef429766ccc7e50cdbdb0a8daae (diff)
downloadSponsorBlock-fea90d024e1bf8cada42b4d37e3b0f6af7f0078b.tar.gz
SponsorBlock-fea90d024e1bf8cada42b4d37e3b0f6af7f0078b.zip
Made render segments as chapters only affect non chapter segments
Diffstat (limited to 'src/utils.ts')
-rw-r--r--src/utils.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/utils.ts b/src/utils.ts
index cda228fe..d7e6fcf8 100644
--- a/src/utils.ts
+++ b/src/utils.ts
@@ -440,8 +440,4 @@ export default class Utils {
Config.forceLocalUpdate("downvotedSegments");
}
-
- chaptersEnabled(): boolean {
- return Config.config.renderAsChapters && !!this.getCategorySelection("chapter");
- }
}