i18n for history
This commit is contained in:
parent
59c5542c1f
commit
f4159c35c8
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
||||||
methods: {
|
methods: {
|
||||||
async seeAllHistory() {
|
async seeAllHistory() {
|
||||||
let hist = await app.mk.api.v3.music(`/v1/me/recent/played/tracks`)
|
let hist = await app.mk.api.v3.music(`/v1/me/recent/played/tracks`)
|
||||||
app.showCollection(hist.data, "History")
|
app.showCollection(hist.data, app.getLz('term.history'))
|
||||||
},
|
},
|
||||||
isSectionReady(section) {
|
isSectionReady(section) {
|
||||||
return this.sectionsReady.includes(section)
|
return this.sectionsReady.includes(section)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue