Repeat local map

This commit is contained in:
Core 2022-10-31 11:16:36 +00:00
parent 43fa4a470f
commit 6745b4de1d
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0

View file

@ -524,6 +524,12 @@ const app = new Vue({
genre: app.getLz("term.sortBy.genre"),
releaseDate: app.getLz("term.sortBy.releaseDate"),
};
this.lz.repeat = {
0: this.lz["term.repeat.all"] ?? this.lz["term.repeat"],
1: this.lz["term.repeat.none"] ?? this.lz["term.disableRepeat"],
2: this.lz["term.repeat.one"] ?? this.lz["term.enableRepeatOne"],
};
},
async showSocialListeningTo() {
let contentIds = Object.keys(app.socialBadges.badgeMap);