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)