diff --git a/vrobbler/templates/scrobbles/status.html b/vrobbler/templates/scrobbles/status.html index 1e5fe79..a663e1c 100644 --- a/vrobbler/templates/scrobbles/status.html +++ b/vrobbler/templates/scrobbles/status.html @@ -16,9 +16,8 @@
{{listening.media_type}}
+{{watching.media_type}}
{% if watching.media_obj.subtitle %}{{watching.media_obj.subtitle}}
{% endif %} -{{watching.timestamp|naturaltime}} from {{watching.source}}
{{watching.timestamp|naturaltime}} from {{watching.source}}
{% else %}Nothing
@@ -49,13 +47,12 @@{{going.media_type}}
{% if going.media_obj.subtitle %}{% endif %} -{{going.timestamp|naturaltime}} from {{going.source}}
{{going.timestamp|naturaltime}} from {{going.source}}
{% else %}Nowhere
@@ -65,13 +62,12 @@{{playing.media_type}}
{% if playing.media_obj.subtitle %}{{playing.media_obj.subtitle}}
{% endif %} -{{playing.timestamp|naturaltime}} from {{playing.source}}
{{playing.timestamp|naturaltime}} from {{playing.source}}
{% else %}Nothing
@@ -81,13 +77,12 @@{{reading.media_type}}
{% if reading.media_obj.subtitle %}{{reading.media_obj.subtitle}}
{% endif %} -{{reading.timestamp|naturaltime}} from {{reading.source}}
{{reading.timestamp|naturaltime}} from {{reading.source}}
{% else %}Nothing
@@ -97,13 +92,12 @@{{sessioning.media_type}}
{% if sessioning.media_obj.subtitle %}{{sessioning.media_obj.subtitle}}
{% endif %} -{{sessioning.timestamp|naturaltime}} from {{sessioning.source}}
{{sessioning.timestamp|naturaltime}} from {{sessioning.source}}
{% else %}Nothing