Skip to content

Commit

Permalink
Update StorySeedling image attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLJS committed Nov 15, 2024
1 parent 738be1d commit c34242c
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 c34242c

Please sign in to comment.