[books] Add bookmark_url to logdata

This commit is contained in:
2025-10-22 01:00:25 -04:00
parent e1d4a7c5a4
commit b233b60ae0
3 changed files with 11 additions and 0 deletions

View File

@ -27,6 +27,11 @@
</div>
<div class="row">
<p>{{scrobbles.count}} scrobbles</p>
{% for s in scrobbles %}
{% if forloop.first %}
<p><a href="{{s.logdata.bookmark_url}}">Resume</a></p>
{% endif %}
{% endfor %}
</div>
<div class="row">
<div class="col-md">