diff --git a/deluge/core/torrentmanager.py b/deluge/core/torrentmanager.py index a758d5c62f..c43a7a262d 100644 --- a/deluge/core/torrentmanager.py +++ b/deluge/core/torrentmanager.py @@ -290,8 +290,8 @@ def update(self): if torrent.options['remove_at_ratio']: self.remove(torrent_id) break - if not torrent.status.paused: - torrent.pause() + + torrent.pause() def __getitem__(self, torrent_id): """Return the Torrent with torrent_id.