[scrobbles] Add description to current task

This commit is contained in:
2024-10-15 15:29:31 -04:00
parent 24223ebe13
commit 59b7e3dada

View File

@ -155,7 +155,7 @@
{% if working %}
<div class="titles">
<p><a href="{{working.media_obj.get_absolute_url}}">{{working.media_obj}}</a></p>
{% if working.media_obj.subtitle %}<p><em><a href="{{working.media_obj.subtitle.get_absolute_url}}">{{working.media_obj.subtitle}}</a></em></p>{% endif %}
{% if working.logdata.description %}<p><em>{{working.logdata.description}}</em></p>{% endif %}
</div>
<p><small>{{working.timestamp|naturaltime}} from {{working.source}}</small></p>
{% else %}