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

@@ -3,4 +3,5 @@ export const FetchKeys = {
Chapters: { All: 'Chapters' },
Manga: { All: 'Manga', Id: (id: string) => `Manga/${id}` },
MangaConnector: { Id: (id: string) => `MangaConnector/${id}`, All: 'MangaConnector' },
Metadata: { Fetchers: 'Metadata', Links: 'Metadata/Links', Manga: (mangaId: string) => `Metadata/Links/${mangaId}` },
};