From 859f9fe9f8225e7bc3dcf769d3704ce3614db6bf Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Mon, 16 Jan 2023 05:18:41 +0000 Subject: make listenbrainz widget --- templates/home.html.tera | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') 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 @@ {% endif %} -{% if is_scrobbling %} -now playing: Parfum d'étoiles - Ichiko Aoba +{% if listenbrainz.is_scrobbling %} +now playing: {{ listenbrainz.song }} - {{ listenbrainz.artist }} {% endif %} {% endblock header %} -- cgit