fix
This commit is contained in:
parent
5f1326be80
commit
f84adfaf14
1 changed files with 1 additions and 1 deletions
|
@ -3463,7 +3463,7 @@ const app = new Vue({
|
|||
app.cfg.lastfm.auth_token = "";
|
||||
app.cfg.lastfm.enabled = false;
|
||||
const element = document.getElementById('lfmConnect');
|
||||
element.innerHTML = getLz('term.connect');
|
||||
element.innerHTML = app.getLz('term.connect');
|
||||
element.onclick = app.LastFMAuthenticate;
|
||||
},
|
||||
LastFMAuthenticate() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue