From a852d535d1d2dfbd8c41fde792d2d60cfb729c77 Mon Sep 17 00:00:00 2001 From: hius07 <62179190+hius07@users.noreply.github.com> Date: Sat, 22 Mar 2025 18:10:23 +0200 Subject: [PATCH] opdsbrowser: fix calling file-downloaded dialog (#13443) --- plugins/opds.koplugin/opdsbrowser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/opds.koplugin/opdsbrowser.lua b/plugins/opds.koplugin/opdsbrowser.lua index 3db1ef2f4..985c8c1ed 100644 --- a/plugins/opds.koplugin/opdsbrowser.lua +++ b/plugins/opds.koplugin/opdsbrowser.lua @@ -638,7 +638,7 @@ function OPDSBrowser:showDownloads(item) callback = function() UIManager:close(self.download_dialog) local local_path = self:getLocalDownloadPath(filename, filetype, acquisition.href) - self:downloadFile(local_path, acquisition.href, self._manager.file_downloaded_callback) + self:downloadFile(local_path, acquisition.href, self.file_downloaded_callback) end, hold_callback = function() UIManager:close(self.download_dialog)