feat: refactor show data access in page.svelte and update download button in season-requests-table.svelte

This commit is contained in:
maxDorninger
2025-05-25 12:23:54 +02:00
parent cbde0296a5
commit e9578cbeaf
2 changed files with 9 additions and 12 deletions

View File

@@ -135,7 +135,7 @@
class=""
size="sm"
variant="outline"
onclick={() => goto(base+"/dashboard/tv/"+request.show.id + "/" + request.season.number)}
onclick={() => goto(base+"/dashboard/tv/"+request.show.id)}
>
Download manually
</Button>