fix multiple-resume, there is no torrent_resumed method in core

This commit is contained in:
Martijn Voncken 2008-08-25 20:02:02 +00:00
parent 9c0f855736
commit 3c183906d1
1 changed files with 1 additions and 2 deletions

View File

@ -407,8 +407,7 @@ class Core(
def export_resume_torrent(self, torrent_ids):
log.debug("Resuming: %s", torrent_ids)
for torrent_id in torrent_ids:
if self.torrents[torrent_id].resume():
self.torrent_resumed(torrent_id)
self.torrents[torrent_id].resume()
def export_get_status_keys(self):
"""