Fix Spotify link display

This commit is contained in:
Tobias Gesellchen
2026-02-22 00:07:52 +01:00
parent d68599896d
commit e1f3fc36c8
+1 -1
View File
@@ -20,7 +20,7 @@ async function fetchSpotifyStatus() {
if (data.accounts && data.accounts.length > 0) {
header.style.background = '#e6ffed';
header.style.border = '1px solid #28a745';
nameEl.innerText = data.accounts[0].username;
nameEl.innerText = data.accounts[0].display_name || data.accounts[0].user_id || 'Linked';
if (linkBtn) linkBtn.style.display = 'none';
// Show Prime Spotify buttons on all devices