diff --git a/vrobbler/templates/scrobbles/long_plays_in_progress.html b/vrobbler/templates/scrobbles/long_plays_in_progress.html index bd3dfcf..c16d6f5 100644 --- a/vrobbler/templates/scrobbles/long_plays_in_progress.html +++ b/vrobbler/templates/scrobbles/long_plays_in_progress.html @@ -23,9 +23,9 @@
{{media.title}}
{% if media.hltb_cover %} -
+
{% elif media.cover %} -
+
{% endif %}
{% if media.is_long_play_in_progress %}Playing{% else %}Resume{% endif %} @@ -72,12 +72,12 @@ {% for media in completed %} {% if media.hltb_cover %}
-
+
{{media.title}}
{% elif media.cover %}
-
+
{{media.title}}
{% endif %}