Add ability to cancel and finish manual scrobbles

This commit is contained in:
2023-01-20 14:03:23 -05:00
parent 7fc3705455
commit 646c7ab99c
7 changed files with 104 additions and 9 deletions

View File

@ -212,6 +212,8 @@
<div class="progress-bar" style="margin-right:5px;">
<span class="progress-bar-fill" style="width: {{scrobble.percent_played}}%;"></span>
</div>
<a href="{% url "scrobbles:cancel" scrobble.uuid %}">Cancel</a>
<a href="{% url "scrobbles:finish" scrobble.uuid %}">Finish</a>
</div>
<hr/>
{% endfor %}