Skip to content

Commit

Permalink
Remove case
Browse files Browse the repository at this point in the history
Co-authored-by: Wesley Luyten <me@wesleyluyten.com>
  • Loading branch information
davekiss and luwes authored Jan 13, 2025
1 parent 7097905 commit 5cf3f9b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/mux-player/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -757,10 +757,6 @@ class MuxPlayerElement extends VideoApiElement implements MuxPlayerElement {
}
break;
}
case PlayerAttributes.PROUDLY_DISPLAY_MUX_BADGE: {
this.#render({ proudlyDisplayMuxBadge: newValue !== null });
break;
}
case MuxVideoAttributes.STREAM_TYPE: {
if (newValue && ![StreamTypes.LIVE, StreamTypes.ON_DEMAND, StreamTypes.UNKNOWN].includes(newValue as any)) {
// Handle deprecated values by translating to new properties for the time being.
Expand Down

0 comments on commit 5cf3f9b

Please sign in to comment.