mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-02 14:49:16 +02:00
Merge dcf108e144
into f09089cf77
This commit is contained in:
commit
07b6b4373f
1 changed files with 20 additions and 20 deletions
|
@ -670,7 +670,7 @@ class Book {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.archived) {
|
if (this.archived) {
|
||||||
return this.archive.createUrl(this.cover);
|
return this.archive.createUrl(this.cover, { "base64": (this.settings.replacements === "base64") });
|
||||||
} else {
|
} else {
|
||||||
return this.cover;
|
return this.cover;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue