diff --git a/index.js b/index.js index 1a48655..f1f3f66 100644 --- a/index.js +++ b/index.js @@ -86,8 +86,6 @@ function pageUpdate() { for (let index = 0; index < lanyardData.activities.length; index++) { const activity = lanyardData.activities[index]; - console.log(activity) - if (!debounce && activity.type != 4) { addedHTML += `
Listening to ${activity.name}
-
Album: "${activity.details}"
+
Song: "${activity.details}"
+
Album: "${activity.assets.large_text}"
Artist: "${activity.state}"