diff --git a/deluge/core/torrentmanager.py b/deluge/core/torrentmanager.py index 05e5bd16a..857b40557 100644 --- a/deluge/core/torrentmanager.py +++ b/deluge/core/torrentmanager.py @@ -607,6 +607,7 @@ class TorrentManager(component.Component): torrent.is_finished = True torrent.update_state() torrent.write_fastresume() + component.get("SignalManager").emit("torrent_finished", torrent_id) def on_alert_torrent_paused(self, alert): log.debug("on_alert_torrent_paused")