From 5964221c614c473867b2009f24668f6760eef618 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Sun, 31 Oct 2021 17:36:38 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fixes=20to=20Library?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/Library.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/Library.tsx b/src/client/components/Library.tsx index 82a3dd0..335296e 100644 --- a/src/client/components/Library.tsx +++ b/src/client/components/Library.tsx @@ -39,7 +39,7 @@ export const Library = ({}: IComicBookLibraryProps): ReactElement => { const RawFileDetails = ({ value }) => { if (!isNil(value.path)) { const encodedFilePath = encodeURI( - `${IMPORT_SERVICE_HOST}` + removeLeadingPeriod(value.cover.filePath), + `${IMPORT_SERVICE_HOST}` + removeLeadingPeriod(value.path), ); const filePath = escapePoundSymbol(encodedFilePath); return (