From c34242cf14aa7bb0e1c1c7f4541859faadf0c3c3 Mon Sep 17 00:00:00 2001 From: Leone Jacob Sunil <109210868+ImLJS@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:54:59 +0530 Subject: [PATCH] Update StorySeedling image attribute --- plugin/js/parsers/StorySeedlingParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/js/parsers/StorySeedlingParser.js b/plugin/js/parsers/StorySeedlingParser.js index 69e81fbb..3fe9ea8a 100644 --- a/plugin/js/parsers/StorySeedlingParser.js +++ b/plugin/js/parsers/StorySeedlingParser.js @@ -54,7 +54,7 @@ class StorySeedlingParser extends Parser { } findCoverImageUrl(dom) { - return util.getFirstImgSrc(dom, "div[x-data]"); + return util.getFirstImgSrc(dom, "div[x-data='']"); } getInformationEpubItemChildNodes(dom) {