diff --git a/vrobbler/templates/scrobbles/long_plays_in_progress.html b/vrobbler/templates/scrobbles/long_plays_in_progress.html index 282350a..b04b44d 100644 --- a/vrobbler/templates/scrobbles/long_plays_in_progress.html +++ b/vrobbler/templates/scrobbles/long_plays_in_progress.html @@ -47,6 +47,9 @@ Scrobbles Title + + Resume + Finish @@ -54,6 +57,9 @@ {{media.scrobble_set.count}} {{media}} + {% if media.author %}{{media.author}}{% else %}{{media.platforms.first}}{% endif %} + Resume + Finish {% endfor %} @@ -88,6 +94,7 @@ Scrobbles Title + @@ -95,6 +102,7 @@ {{media.scrobble_set.count}} {{media}} + {% if media.author %}{{media.author}}{% else %}{{media.platforms.first}}{% endif %} {% endfor %} diff --git a/vrobbler/templates/videogames/videogame_detail.html b/vrobbler/templates/videogames/videogame_detail.html index 666d103..4532cbb 100644 --- a/vrobbler/templates/videogames/videogame_detail.html +++ b/vrobbler/templates/videogames/videogame_detail.html @@ -40,7 +40,7 @@ {% if object.scrobble_set.last.long_play_complete == True %} Play again {% else %} - Resume playing + Resume playing {% endif %}