Made render segments as chapters only affect non chapter segments

This commit is contained in:
Ajay
2022-07-04 00:43:55 -04:00
parent de85d93602
commit fea90d024e
5 changed files with 16 additions and 15 deletions

View File

@@ -440,8 +440,4 @@ export default class Utils {
Config.forceLocalUpdate("downvotedSegments");
}
chaptersEnabled(): boolean {
return Config.config.renderAsChapters && !!this.getCategorySelection("chapter");
}
}