updated lastfm recent track title
This commit is contained in:
parent
b1bce25137
commit
a5bedbc434
@ -19,7 +19,7 @@ export function update_lastfm_nowplay() {
|
||||
song_text.innerText = track_string;
|
||||
|
||||
// TODO: get play now
|
||||
status_text.innerText = 'Последняя проигранная композиция';
|
||||
status_text.innerText = 'Последний проигранный трек';
|
||||
})
|
||||
.catch((err) => console.warn('Something went wrong.', err));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user