[sharing] Add bulk scrobble share management

This commit is contained in:
2026-06-09 17:18:51 -04:00
parent be16d513ef
commit b7df6299d0
11 changed files with 290 additions and 7 deletions

View File

@ -13,6 +13,9 @@
<p class="text-muted small mb-0">Total time: {{ total_time_seconds|natural_duration }}</p>
{% endif %}
{% endif %}
{% if request.GET.visibility %}
<h6 class="text-muted">Filter: {{ request.GET.visibility|title }} scrobbles only</h6>
{% endif %}
</div>
</div>