Skip to content

Commit

Permalink
Merge pull request #1572 from ImLJS/Beta
Browse files Browse the repository at this point in the history
Update StorySeedling image attribute
  • Loading branch information
ImLJS authored Nov 15, 2024
2 parents 738be1d + c34242c commit 1b49137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/js/parsers/StorySeedlingParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1b49137

Please sign in to comment.