Kaynağa Gözat

fix: error notice not disappear

DIYgod 3 yıl önce
ebeveyn
işleme
255bbac7a4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/js/player.js

+ 1 - 1
src/js/player.js

@@ -507,7 +507,7 @@ class DPlayer {
                 // Not a video load error, may be poster load failed, see #307
                 // Not a video load error, may be poster load failed, see #307
                 return;
                 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
         // video end