Browse Source

自动播放

y595705120 2 tuần trước cách đây
mục cha
commit
1c95f40676
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  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)