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:
chrox
2014-06-16 19:43:46 +08:00
parent 666832e2a0
commit 241d67e0ec
2 changed files with 1 additions and 1 deletions

View File

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