From b67d6f8088c6ae3d61d119cacc8994442d0f8462 Mon Sep 17 00:00:00 2001 From: Justin COLLON <48163201+error7404@users.noreply.github.com> Date: Sat, 29 Jun 2024 22:44:04 +0200 Subject: [PATCH] fix: update defaultCover URL (#1122) --- src/plugins/helpers/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/helpers/constants.ts b/src/plugins/helpers/constants.ts index ec07e8235..51b390caa 100644 --- a/src/plugins/helpers/constants.ts +++ b/src/plugins/helpers/constants.ts @@ -1,2 +1,2 @@ export const defaultCover = - 'https://github.com/LNReader/lnreader-plugins/blob/master/icons/coverNotAvailable.webp?raw=true'; + 'https://github.com/LNReader/lnreader-plugins/blob/master/public/icons/coverNotAvailable.webp?raw=true';