i18n for history

This commit is contained in:
booploops 2022-02-03 22:39:29 -08:00
parent 59c5542c1f
commit f4159c35c8

View file

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