From 8f5bcda41d1f887f6fff6c00a71cc9761053f1f0 Mon Sep 17 00:00:00 2001 From: Volterxien Date: Fri, 13 Jun 2025 09:01:20 -0400 Subject: [PATCH] fixed last build error --- plugins/opds.koplugin/opdsbrowser.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/opds.koplugin/opdsbrowser.lua b/plugins/opds.koplugin/opdsbrowser.lua index c355737d2..c941fce84 100644 --- a/plugins/opds.koplugin/opdsbrowser.lua +++ b/plugins/opds.koplugin/opdsbrowser.lua @@ -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