Skip to content

Commit

Permalink
modified lanyard.js
Browse files Browse the repository at this point in the history
  • Loading branch information
j0ell1 committed Oct 14, 2024
1 parent a85fa78 commit 9f89e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lanyard.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9f89e30

Please sign in to comment.