work on the frontend for the movies

This commit is contained in:
maxDorninger
2025-06-28 18:24:00 +02:00
parent 75c156e66d
commit bcc259dff2
19 changed files with 505 additions and 6 deletions

View File

@@ -29,7 +29,7 @@
<Table.Row>
<Table.Cell class="font-medium">
<a href={'/dashboard/torrents/' + torrent.torrent_id}>
{torrent.torrent_title}
{isShow ? torrent.torrent_title : torrent.title}
</a>
</Table.Cell>
{#if isShow}