Metadatafetcher template #176

This commit is contained in:
2025-10-14 11:14:25 +02:00
parent f94bc3676c
commit cdcc953ea2
5 changed files with 73 additions and 22 deletions

View File

@@ -42,7 +42,7 @@
:expanded="i === expanded"
@click="expanded = expanded === i ? -1 : i">
<template #actions="manga">
<UButton :to="`download/${connector.name}/${manga.key}`">Download</UButton>
<UButton :to="`/manga/${manga.key}/download/${connector.name}`">Download</UButton>
</template>
</MangaCard>
</div>