diff --git a/player.html b/player.html
index 05205b0..26067c2 100644
--- a/player.html
+++ b/player.html
@@ -258,8 +258,8 @@
streamLines.push(titleLine)
if (songName == "" && listeners == "" && streamURL != "") {
- songNameLine = buildLine(width, "Loading...", " Song Title: ")
- listenersLine = buildLine(width, "Loading...", " Listeners: ")
+ songNameLine = buildLine(width, "Fetching...", " Song Title: ")
+ listenersLine = buildLine(width, "Fetching...", " Listeners: ")
streamLines.push("|" + " ".repeat(width - 2) + "|")
streamLines.push(songNameLine)
@@ -273,7 +273,7 @@
if (songName == "" && listeners != "") {
streamLines.push("|" + " ".repeat(width - 2) + "|")
- songNameLine = buildLine(width, "Loading...", " Song Title: ")
+ songNameLine = buildLine(width, "Fetching...", " Song Title: ")
streamLines.push(songNameLine)
streamLines.push(listenersLine)
} else if (listeners != "") {