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) {