diff options
author | Ajay <[email protected]> | 2022-07-04 00:43:55 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-07-04 00:43:55 -0400 |
commit | fea90d024e1bf8cada42b4d37e3b0f6af7f0078b (patch) | |
tree | 8bef5b7ac3a2b71672ca63159c881dee0febc6ff /src/utils.ts | |
parent | de85d9360281fef429766ccc7e50cdbdb0a8daae (diff) | |
download | SponsorBlock-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.ts | 4 |
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"); - } } |