Skip to content

Commit

Permalink
Fix ghost downloads progress bar in Channels
Browse files Browse the repository at this point in the history
  • Loading branch information
ichorid committed Sep 28, 2021
1 parent 33d459c commit fcea4cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tribler-gui/tribler_gui/widgets/downloadspage.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ def on_download_removed(self, json_result):
if json_result and "removed" in json_result:
self.load_downloads()
self.window().download_details_widget.hide()
self.window().core_manager.events_manager.node_info_updated.emit(
{"infohash": json_result["infohash"], "progress": None}
)

def on_force_recheck_download(self, checked):
for selected_item in self.selected_items:
Expand Down

0 comments on commit fcea4cf

Please sign in to comment.