diff --git a/public/js/index.js b/public/js/index.js index eb38b58..e6ae8fb 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -167,7 +167,7 @@ function buildActivityHTML(activity) { : ""; const activityButtons = - activity.buttons && activity.buttons.length > 0 + (activity.buttons && activity.buttons.length > 0 ? `
` - : ""; + : "") + + (activity.name === "Spotify" && activity.sync_id + ? ` ` + : ""); const progressBar = progress !== null