Speed up queueing by not updating download list a second time.

This commit is contained in:
auouymous 2023-01-04 01:34:02 -07:00
parent 9d16460571
commit 3adfcf7b2f
1 changed files with 0 additions and 1 deletions

View File

@ -3824,7 +3824,6 @@ class gPodder(BuilderWidget, dbus.service.Object):
if self.wNotebook.get_current_page() == 0:
episodes = [e for e in self.get_selected_episodes() if e.can_download()]
self.download_episode_list(episodes)
self.update_downloads_list()
else:
selection = self.treeDownloads.get_selection()
(model, paths) = selection.get_selected_rows()