fix torrent table using id and not torrent_id as identifying property

This commit is contained in:
maxDorninger
2025-10-27 21:48:30 +01:00
parent 89965e65e1
commit 994e558090

View File

@@ -25,7 +25,7 @@
</Table.Row>
</Table.Header>
<Table.Body>
{#each torrents as torrent (torrent.id)}
{#each torrents as torrent (torrent.torrent_id)}
<Table.Row>
<Table.Cell class="font-medium">
{torrent.torrent_title}