[templates] Clean up long play nonsense for video games

This commit is contained in:
2025-08-05 00:12:47 -04:00
parent b7638c648a
commit bbc27209ab

View File

@ -60,15 +60,8 @@
</div>
<div class="row">
<p>{{scrobbles.count}} scrobbles</p>
{% if scrobbles.last.long_play_seconds %}
<p>{{scrobbles.last.long_play_seconds|natural_duration}}{% if scrobbles.last.long_play_complete %} and completed{% else %} spent playing{% endif %}</p>
{% endif %}
<p>
{% if scrobbles.last.long_play_complete == True %}
<a href="">Play again</a>
{% else %}
<a href="{{object.start_url}}">Resume playing</a>
{% endif %}
</p>
</div>
<div class="row">