diff --git a/src/js/player.js b/src/js/player.js index 001c2bf..36b9df5 100644 --- a/src/js/player.js +++ b/src/js/player.js @@ -507,7 +507,7 @@ class DPlayer { // Not a video load error, may be poster load failed, see #307 return; } - this.tran && this.notice && this.type !== 'webtorrent' && this.notice(this.tran('video-failed'), -1); + this.tran && this.notice && this.type !== 'webtorrent' && this.notice(this.tran('video-failed')); }); // video end