From bbc27209ab16660c056ea0e06eac9a48b4e0fd23 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 5 Aug 2025 00:12:47 -0400 Subject: [PATCH] [templates] Clean up long play nonsense for video games --- vrobbler/templates/videogames/videogame_detail.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/vrobbler/templates/videogames/videogame_detail.html b/vrobbler/templates/videogames/videogame_detail.html index 7988894..f4ab042 100644 --- a/vrobbler/templates/videogames/videogame_detail.html +++ b/vrobbler/templates/videogames/videogame_detail.html @@ -60,15 +60,8 @@

{{scrobbles.count}} scrobbles

- {% if scrobbles.last.long_play_seconds %} -

{{scrobbles.last.long_play_seconds|natural_duration}}{% if scrobbles.last.long_play_complete %} and completed{% else %} spent playing{% endif %}

- {% endif %}

- {% if scrobbles.last.long_play_complete == True %} Play again - {% else %} - Resume playing - {% endif %}