@@ -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)