Skip to content

Commit c0f6d1e

Browse files
committed
💡 Remove old comments
1 parent 76cf3cc commit c0f6d1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/script/webAudio.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ export default class WebAudio {
536536
this.enabledRuleIds.push(ruleId);
537537

538538
if (rule.mode == 'watcher') {
539-
// TODO: Cue make this better/smarter
540539
if (rule.toCue) {
541540
setInterval(this.watcherToCue, rule.checkInterval, this, ruleId);
542541
} else {
@@ -1073,7 +1072,7 @@ export default class WebAudio {
10731072
} else { // If there are no captions/subtitles: unmute and hide
10741073
instance.watcherSimpleUnmute(rule, video);
10751074
}
1076-
} else if (rule.subtitleSelector) { // Working on: HBO max (1/13/2022)
1075+
} else if (rule.subtitleSelector) {
10771076
captions = Array.from(getElements(rule.subtitleSelector));
10781077
if (captions && captions.length) {
10791078
// TODO: displayVisibility support should be expanded or removed

0 commit comments

Comments
 (0)