y595705120 2 settimane fa
parent
commit
1c95f40676
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  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)