mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-17 21:02:50 +00:00
Receivers: Imporved player error handling
This commit is contained in:
parent
331391169f
commit
7182a1b63d
2 changed files with 42 additions and 14 deletions
|
@ -87,7 +87,7 @@ export class Player {
|
|||
|
||||
case PlayerType.Html: {
|
||||
this.player.src = "";
|
||||
// this.player.onerror = null;
|
||||
this.player.onerror = null;
|
||||
this.player.onloadedmetadata = null;
|
||||
this.player.ontimeupdate = null;
|
||||
this.player.onplay = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue