Skip to content

Commit

Permalink
fix(web-player): use vjs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
4gray committed Apr 1, 2024
1 parent dabfadf commit 7d7bf67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class WebPlayerViewComponent {
constructor() {
effect(
() => {
this.player = this.settings().player;
this.player = this.settings().player ?? VideoPlayer.VideoJs;

this.setChannel(this.streamUrl());
this.setVjsOptions(this.streamUrl());
Expand Down

0 comments on commit 7d7bf67

Please sign in to comment.