[scrobbles] Add total time to tag views

This commit is contained in:
2026-06-04 22:01:35 -04:00
parent 85bddb6cba
commit 50b10689fc
4 changed files with 39 additions and 19 deletions

View File

@ -9,6 +9,9 @@
<h1 class="h2">All Scrobbles</h1>
{% if tag_list %}
<h6 class="text-muted">Tagged {{ tag_list|join:", " }}</h6>
{% if total_time_seconds %}
<p class="text-muted small mb-0">Total time: {{ total_time_seconds|natural_duration }}</p>
{% endif %}
{% endif %}
</div>
</div>