updated lastfm recent track title

This commit is contained in:
Alexander Popov 2023-08-06 06:01:07 +03:00
parent b1bce25137
commit a5bedbc434

View File

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