mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
.
This commit is contained in:
parent
60f2fb44ba
commit
a217199897
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ class Manager:
|
|||
elif (not self.get_core_torrent_state(unique_ID, efficient)['is_paused']) and \
|
||||
( (index >= self.get_pref('max_active_torrents') and \
|
||||
self.get_pref('max_active_torrents') != -1 ) or \
|
||||
self.is_user_paused(unique_ID)):
|
||||
self.is_user_paused(unique_ID)):
|
||||
deluge_core.pause(unique_ID)
|
||||
|
||||
# Event handling
|
||||
|
|
Loading…
Add table
Reference in a new issue