Add resume URLs to list views
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user