Fix unused var and pseudorandom warnings

This commit is contained in:
Bill Thornton
2025-03-27 12:15:56 -04:00
parent 9077782c17
commit ad2472e90e
19 changed files with 31 additions and 30 deletions
+1 -1
View File
@@ -1512,7 +1512,7 @@ export class HtmlVideoPlayer {
trackElement.removeCue(trackElement.cues[0]);
}
} catch (e) {
console.error('error removing cue from textTrack');
console.error('error removing cue from textTrack', e);
}
trackElement.mode = 'disabled';