[views] Fix showing only a users scrobbles

This commit is contained in:
2025-07-26 21:31:44 -04:00
parent 7d13967708
commit 685de842ea
12 changed files with 33 additions and 32 deletions

View File

@ -51,7 +51,7 @@
</tr>
</thead>
<tbody>
{% for scrobble in object.scrobble_set.all %}
{% for scrobble in scrobbles.all %}
<tr>
<td>{{scrobble.local_timestamp}}</td>
</tr>