1
0
Fork 0
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:
Michael Hollister 2025-06-12 17:18:53 -05:00
parent 331391169f
commit 7182a1b63d
2 changed files with 42 additions and 14 deletions

View file

@ -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;