diff --git a/src/vue-aplayer.vue b/src/vue-aplayer.vue index 2a8c385e..8e1f1bf1 100644 --- a/src/vue-aplayer.vue +++ b/src/vue-aplayer.vue @@ -707,6 +707,10 @@ music (music) { this.internalMusic = music }, + + list() { + this.shuffledList = this.getShuffledList(); + }, currentMusic: { handler (music) { @@ -924,4 +928,4 @@ left: -100% } } - \ No newline at end of file +