Add resume URLs to list views

This commit is contained in:
2023-03-11 19:59:15 -05:00
parent e5acedbb01
commit f6c1a459d4
2 changed files with 9 additions and 1 deletions

View File

@ -40,7 +40,7 @@
{% if object.scrobble_set.last.long_play_complete == True %}
<a href="">Play again</a>
{% else %}
<a href="">Resume playing</a>
<a href="{{object.get_start_url}}">Resume playing</a>
{% endif %}
</p>
</div>