aboutsummaryrefslogtreecommitdiffstats
path: root/templates/home.html.tera
diff options
context:
space:
mode:
Diffstat (limited to 'templates/home.html.tera')
-rw-r--r--templates/home.html.tera4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/home.html.tera b/templates/home.html.tera
index 7ffd4aa..3396894 100644
--- a/templates/home.html.tera
+++ b/templates/home.html.tera
@@ -20,8 +20,8 @@
</iframe>
{% endif %}
-{% if is_scrobbling %}
-<a href="https://listenbrainz.org/user/celblossom" class="panel" id="scrobble">now playing: Parfum d'étoiles - Ichiko Aoba</a>
+{% if listenbrainz.is_scrobbling %}
+<a href="https://listenbrainz.org/user/celblossom" class="panel" id="scrobble">now playing: {{ listenbrainz.song }} - {{ listenbrainz.artist }}</a>
{% endif %}
{% endblock header %}