diff --git a/web/src/lib/components/torrent-table.svelte b/web/src/lib/components/torrent-table.svelte index ee87b82..b61cd5d 100644 --- a/web/src/lib/components/torrent-table.svelte +++ b/web/src/lib/components/torrent-table.svelte @@ -25,7 +25,7 @@ - {#each torrents as torrent (torrent.id)} + {#each torrents as torrent (torrent.torrent_id)} {torrent.torrent_title}