[templates] Fix album use and local_timestamp

This commit is contained in:
2025-07-25 10:21:20 -04:00
parent edf9fbd9c1
commit fd36034f6d
20 changed files with 26 additions and 26 deletions

View File

@ -57,7 +57,7 @@
<tbody>
{% for scrobble in object.scrobble_set.all|dictsortreversed:"timestamp" %}
<tr>
<td>{{scrobble.timestamp}}</td>
<td>{{scrobble.local_timestamp}}</td>
</tr>
{% endfor %}
</tbody>