[books] Set restart and resume urls on comic book scrobbles

This commit is contained in:
2025-10-22 12:18:08 -04:00
parent b233b60ae0
commit f209f3b107
4 changed files with 12 additions and 3 deletions

View File

@ -29,7 +29,8 @@
<p>{{scrobbles.count}} scrobbles</p>
{% for s in scrobbles %}
{% if forloop.first %}
<p><a href="{{s.logdata.bookmark_url}}">Resume</a></p>
<p><a href="{{s.logdata.restart_url}}">Re-read</a></p>
<p><a href="{{s.logdata.resume_url}}">Resume</a></p>
{% endif %}
{% endfor %}
</div>