laying out some localization files

This commit is contained in:
booploops 2022-01-21 20:20:18 -08:00
parent a8c28b5437
commit 354fc82cf4
2 changed files with 105 additions and 0 deletions

View file

@ -134,6 +134,9 @@ const app = new Vue({
platform: "",
mk: {},
quickPlayQuery: "",
lz: {
},
search: {
term: "",
hints: [],
@ -333,6 +336,13 @@ const app = new Vue({
},
},
methods: {
getLz(message) {
if(this.lz[message]) {
return this.lz[message]
}else{
return message
}
},
async showSocialListeningTo() {
let contentIds = Object.keys(app.socialBadges.badgeMap)
app.showCollection({ data: this.socialBadges.mediaItems }, "Friends Listening To", "albums")