mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
cover loading in fb2 native plugin
This commit is contained in:
parent
79a06410ae
commit
1f63a57f17
12 changed files with 88 additions and 57 deletions
|
@ -308,7 +308,7 @@ void FB2BookReader::endElementHandler(int tag) {
|
|||
myModelReader.model().book()->file(),
|
||||
"base64",
|
||||
myCurrentImageStart,
|
||||
getCurrentPosition()
|
||||
getCurrentPosition() - myCurrentImageStart
|
||||
));
|
||||
}
|
||||
myCurrentImageId.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue