From a5bedbc43435460d55d189f64c2e8a707829e677 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 6 Aug 2023 06:01:07 +0300 Subject: [PATCH] updated lastfm recent track title --- pages/js/lastfm-nowplay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/js/lastfm-nowplay.js b/pages/js/lastfm-nowplay.js index 677faee..87c1964 100644 --- a/pages/js/lastfm-nowplay.js +++ b/pages/js/lastfm-nowplay.js @@ -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)); }