mk's data lang is now cider's lang
This commit is contained in:
parent
62ac278a85
commit
93a9e8719b
6 changed files with 37 additions and 22 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue