We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8406a commit 212ef5bCopy full SHA for 212ef5b
packages/mux-player/src/base.ts
@@ -1005,7 +1005,6 @@ class MuxPlayerElement extends VideoApiElement implements IMuxPlayerElement {
1005
const { tokens } = this;
1006
// If the storyboardSrc has been explicitly set, assume it should be used
1007
if (this.storyboardSrc && !tokens.storyboard) return this.storyboardSrc;
1008
-
1009
if (
1010
// NOTE: Some audio use cases may have a storyboard (e.g. it's an audio+video stream being played *as* audio)
1011
// Consider supporting cases (CJP)
0 commit comments