diff --git a/crates/app/src/public/html/chats/app.html b/crates/app/src/public/html/chats/app.html index e978383..bc2026a 100644 --- a/crates/app/src/public/html/chats/app.html +++ b/crates/app/src/public/html/chats/app.html @@ -94,7 +94,6 @@ {{ icon "rss" }} {{ channel.title }} diff --git a/crates/app/src/public/html/profile/base.html b/crates/app/src/public/html/profile/base.html index 7c2065d..030a1d7 100644 --- a/crates/app/src/public/html/profile/base.html +++ b/crates/app/src/public/html/profile/base.html @@ -107,9 +107,9 @@
- {% if profile.connections.Spotify and profile.connections.Spotify[0].data.name and profile.connections.Spotify[0].show_on_profile %} + {% if profile.connections.Spotify and profile.connections.Spotify[0].data.name %} {{ components::spotify_playing(state=profile.connections.Spotify[1]) }} - {% elif profile.connections.LastFm and profile.connections.LastFm[0].data.name and profile.connections.LastFm[0].show_on_profile %} + {% elif profile.connections.LastFm and profile.connections.LastFm[0].data.name %} {{ components::last_fm_playing(state=profile.connections.LastFm[1]) }} {% endif %}