File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -536,7 +536,6 @@ export default class WebAudio {
536
536
this . enabledRuleIds . push ( ruleId ) ;
537
537
538
538
if ( rule . mode == 'watcher' ) {
539
- // TODO: Cue make this better/smarter
540
539
if ( rule . toCue ) {
541
540
setInterval ( this . watcherToCue , rule . checkInterval , this , ruleId ) ;
542
541
} else {
@@ -1073,7 +1072,7 @@ export default class WebAudio {
1073
1072
} else { // If there are no captions/subtitles: unmute and hide
1074
1073
instance . watcherSimpleUnmute ( rule , video ) ;
1075
1074
}
1076
- } else if ( rule . subtitleSelector ) { // Working on: HBO max (1/13/2022)
1075
+ } else if ( rule . subtitleSelector ) {
1077
1076
captions = Array . from ( getElements ( rule . subtitleSelector ) ) ;
1078
1077
if ( captions && captions . length ) {
1079
1078
// TODO: displayVisibility support should be expanded or removed
You can’t perform that action at this time.
0 commit comments