[scrobbles] Add description to current task
This commit is contained in:
@ -155,7 +155,7 @@
|
|||||||
{% if working %}
|
{% if working %}
|
||||||
<div class="titles">
|
<div class="titles">
|
||||||
<p><a href="{{working.media_obj.get_absolute_url}}">{{working.media_obj}}</a></p>
|
<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>
|
</div>
|
||||||
<p><small>{{working.timestamp|naturaltime}} from {{working.source}}</small></p>
|
<p><small>{{working.timestamp|naturaltime}} from {{working.source}}</small></p>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
Reference in New Issue
Block a user