From 7b2e94d9dd6fc03a848b9d0e389310a4454d1497 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Sun, 8 May 2022 16:12:07 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fixed=20a=20comics=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/opds.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/opds.service.ts b/services/opds.service.ts index 3421b8a..7092893 100644 --- a/services/opds.service.ts +++ b/services/opds.service.ts @@ -63,7 +63,7 @@ export default class OpdsService extends Service { ext ); const href = encodeURI( - `/api/file/${file}` + `/opds/file/${file}` ); const type = lookup(ext) ||