https://bugs.kde.org/show_bug.cgi?id=401038
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/pla | |sma-browser-integration/2b1 | |5d99afd539323481efdeeebd915 | |493a0b9d40 Status|CONFIRMED |RESOLVED --- Comment #2 from Kai Uwe Broulik <k...@privat.broulik.de> --- Git commit 2b15d99afd539323481efdeeebd915493a0b9d40 by Kai Uwe Broulik. Committed on 15/11/2018 at 18:46. Pushed by broulik into branch 'master'. Recreate interrupted download when it is resumed When a download is canceled, finishes, or is interrupted (e.g. loss of network connection) we finish the KJob to remove it from notification area. However, when a job was interrupted and is then resumed, the download ID is reused by the browser and we only get sent updates for a job we no longer have. When we get a change event from interrupted to in_progress just pretend a new download was created and carry on as normal. Differential Revision: https://phabricator.kde.org/D16888 M +15 -0 extension/extension.js https://commits.kde.org/plasma-browser-integration/2b15d99afd539323481efdeeebd915493a0b9d40 -- You are receiving this mail because: You are watching all bug changes.