Skip to content

Commit 212ef5b

Browse files
committed
remove line
1 parent bf8406a commit 212ef5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/mux-player/src/base.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,6 @@ class MuxPlayerElement extends VideoApiElement implements IMuxPlayerElement {
10051005
const { tokens } = this;
10061006
// If the storyboardSrc has been explicitly set, assume it should be used
10071007
if (this.storyboardSrc && !tokens.storyboard) return this.storyboardSrc;
1008-
10091008
if (
10101009
// NOTE: Some audio use cases may have a storyboard (e.g. it's an audio+video stream being played *as* audio)
10111010
// Consider supporting cases (CJP)

0 commit comments

Comments
 (0)