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}}