Skip to content

Commit

Permalink
fix(player): check stream type again on can play event
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Oct 6, 2023
1 parent 6890b58 commit 78e126e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ export class HTMLMediaEvents {
}

private _onCanPlay(event: Event) {
this._onStreamTypeChange();
this._delegate._ready(this._getCanPlayDetail(), event);
}

Expand Down

0 comments on commit 78e126e

Please sign in to comment.