mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-21 00:05:36 +02:00
feat: refactor show data access in page.svelte and update download button in season-requests-table.svelte
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user