From 9f89e30b8e3a41ae863247a668392c4735e4a407 Mon Sep 17 00:00:00 2001 From: withthelog Date: Mon, 14 Oct 2024 19:43:09 +0200 Subject: [PATCH] modified lanyard.js --- lanyard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lanyard.js b/lanyard.js index 98a00e6..cfab135 100644 --- a/lanyard.js +++ b/lanyard.js @@ -80,7 +80,7 @@ let ws; albumArtElement.onerror = function () { console.error("Error loading album art image. Applying fallback background."); document.body.style.background = "#2c2c2c"; // Fallback background - activityElement.textContent = "Failed to load album art."; + activityElement.textContent = "offline :("; separatorElement.style.display = "none"; // Hide the separator if the image fails to load }; } else {