fix: error notice not disappear
This commit is contained in:
parent
6e780e048d
commit
255bbac7a4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue