mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
multiple torrents update tracker
This commit is contained in:
parent
dc2f24344c
commit
989abbc531
1 changed files with 3 additions and 3 deletions
|
@ -1447,9 +1447,9 @@ this torrent will be deleted!") + "</i>")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def update_tracker(self, obj=None):
|
def update_tracker(self, obj=None):
|
||||||
torrent = self.get_selected_torrent()
|
unique_ids = self.get_selected_torrent_rows()
|
||||||
if torrent is not None:
|
for uid in unique_ids:
|
||||||
self.manager.update_tracker(torrent)
|
self.manager.update_tracker(uid)
|
||||||
|
|
||||||
def clear_finished(self, obj=None):
|
def clear_finished(self, obj=None):
|
||||||
print "Clearing completed torrents"
|
print "Clearing completed torrents"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue