mirror of
https://github.com/koreader/koreader.git
synced 2025-12-24 12:14:05 +01:00
revert zip file handler to crereader
It seems that fb2.zip is a conventional format for fb2 with compression which cannot be handled properly by mupdf. This should fix #642.
This commit is contained in:
@@ -387,6 +387,7 @@ function CreDocument:register(registry)
|
||||
registry:addProvider("pdb", "application/pdb", self)
|
||||
registry:addProvider("doc", "application/doc", self)
|
||||
registry:addProvider("tcr", "application/tcr", self)
|
||||
registry:addProvider("zip", "application/zip", self)
|
||||
end
|
||||
|
||||
return CreDocument
|
||||
|
||||
Reference in New Issue
Block a user