Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
semarche committed Mar 5, 2024
1 parent bc2756c commit d1c7d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@ export default class Player extends FakeEventTarget {

private _applyCustomSubtitleStyles(): void {
// TODO: move custom subtitles styling into engines
const SHAKA_TEXT_CONTAINER_CLASSNAME = "shaka-text-container";
const SHAKA_TEXT_CONTAINER_CLASSNAME = 'shaka-text-container';
try {
const containerId = this._el?.parentElement?.id || this._playerId;
if (this._config.text.useNativeTextTrack && !this._config.text.useShakaTextTrackDisplay) {
Expand Down

0 comments on commit d1c7d8d

Please sign in to comment.