mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-15 14:05:57 +00:00
multiple torrents update tracker
This commit is contained in:
parent
dc2f24344c
commit
989abbc531
@ -1447,9 +1447,9 @@ this torrent will be deleted!") + "</i>")
|
||||
return False
|
||||
|
||||
def update_tracker(self, obj=None):
|
||||
torrent = self.get_selected_torrent()
|
||||
if torrent is not None:
|
||||
self.manager.update_tracker(torrent)
|
||||
unique_ids = self.get_selected_torrent_rows()
|
||||
for uid in unique_ids:
|
||||
self.manager.update_tracker(uid)
|
||||
|
||||
def clear_finished(self, obj=None):
|
||||
print "Clearing completed torrents"
|
||||
|
Loading…
x
Reference in New Issue
Block a user