mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
pass filename properly for zipped fb2 in CreDocument:init()
This commit is contained in:
@@ -139,7 +139,7 @@ function CreDocument:init()
|
||||
if file_type == "zip" then
|
||||
-- NuPogodi, 20.05.12: read the content of zip-file
|
||||
-- and return extention of the 1st file
|
||||
file_type = self:zipContentExt(filename)
|
||||
file_type = self:zipContentExt(self.file)
|
||||
end
|
||||
-- these two format use the same css file
|
||||
if file_type == "html" then
|
||||
|
||||
Reference in New Issue
Block a user