1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-02 14:49:16 +02:00
This commit is contained in:
Anees Ijaz 2023-05-17 11:24:01 -07:00 committed by GitHub
commit 07b6b4373f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
} }