mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fixed last build error
This commit is contained in:
@@ -1161,10 +1161,9 @@ function OPDSBrowser:downloadDownloadList()
|
||||
end
|
||||
|
||||
function OPDSBrowser:syncDownload(server, force)
|
||||
local table = {}
|
||||
local new_last_download = nil
|
||||
|
||||
table = self:getSyncDownloadList(server)
|
||||
local table = self:getSyncDownloadList(server)
|
||||
for i, entry in ipairs(table) do
|
||||
-- First entry in table is the newest
|
||||
-- If already downloaded, return
|
||||
|
||||
Reference in New Issue
Block a user