From ae96831fe45d74b984aba7dd99978ad3d0ba61af Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 13 Apr 2024 15:33:38 -0400 Subject: [PATCH] [scrobbles] Fix status page container --- vrobbler/templates/scrobbles/status.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vrobbler/templates/scrobbles/status.html b/vrobbler/templates/scrobbles/status.html index 278e668..1e5fe79 100644 --- a/vrobbler/templates/scrobbles/status.html +++ b/vrobbler/templates/scrobbles/status.html @@ -14,8 +14,8 @@ +

Listening

-

Listening

{% if listening %}

{{listening.media_type}}

@@ -31,8 +31,8 @@ {% endif %}

+

Watching

-

Watching

{% if watching %}

{{watching.media_type}}

@@ -47,8 +47,8 @@ {% endif %}

+

Going

-

Going

{% if going %}

{{going.media_type}}

@@ -63,8 +63,8 @@ {% endif %}

+

Playing

-

Playing

{% if playing %}

{{playing.media_type}}

@@ -79,8 +79,8 @@ {% endif %}

+

Reading

-

Reading

{% if reading %}

{{reading.media_type}}

@@ -95,8 +95,8 @@ {% endif %}

+

Sessioning

-

Sessioning

{% if sessioning %}

{{sessioning.media_type}}