Skip to content

Commit

Permalink
LPS-200907 Ignore SF error, it is imported via script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrinchaudhary authored and brianchandotcom committed Nov 16, 2023
1 parent 0f13a41 commit 0f1e1c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default function VideoStreaming({
content.firstElementChild.style.width = contentWidth + 'px';
}

// eslint-disable-next-line no-undef
const player = videojs('fragmentVideoJsURL', configuration);

player.ready(() => {
Expand Down

0 comments on commit 0f1e1c8

Please sign in to comment.