From e3bff9f33b2e52e69a4987549c8f88b23abeb0e2 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Sat, 7 Oct 2023 13:01:05 +0200 Subject: [PATCH] fix cover popup --- src/routes/[manga]/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/[manga]/+page.svelte b/src/routes/[manga]/+page.svelte index d12e5d9..797122f 100644 --- a/src/routes/[manga]/+page.svelte +++ b/src/routes/[manga]/+page.svelte @@ -368,7 +368,7 @@
{#if relationships.find(t => t.type === "cover_art")}
- selectedImage = `https://uploads.mangadex.org/covers/${mangaId}/${relationships.find(t => t.type === "cover_art").attributes.fileName}.512.jpg`}> + selectedImage = `${imageproxy}https://uploads.mangadex.org/covers/${mangaId}/${relationships.find(t => t.type === "cover_art").attributes.fileName}.512.jpg`}>
{/if}