mk's data lang is now cider's lang

This commit is contained in:
vapormusic 2022-02-10 09:07:07 +07:00
parent 62ac278a85
commit 93a9e8719b
6 changed files with 37 additions and 22 deletions

View file

@ -66,7 +66,7 @@
},
methods: {
async getHistory() {
let history = await app.mk.api.v3.music(`/v1/me/recent/played/tracks`)
let history = await app.mk.api.v3.music(`/v1/me/recent/played/tracks`, { l : this.$root.mklang})
this.history = history.data.data
},
select(e, position) {