y595705120 2 هفته پیش
والد
کامیت
1c95f40676
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      src/containers/center/play/play.vue

+ 1 - 3
src/containers/center/play/play.vue

@@ -307,9 +307,7 @@
       onPlayerEnded(event) {
         this.reportErr("play", 'end');
         this.tick(true)
-        if (this.info.isBan > 1) {
-          this.playNext()
-        }
+        this.playNext()
       },
       playNext() {
         let currentIndex = this.list.findIndex(i => i.id === this.media.id)