mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-15 12:56:43 +00:00
enforce queue on resume all and update changelog
This commit is contained in:
parent
a37bccbf68
commit
452ee4089c
@ -1,6 +1,7 @@
|
||||
Deluge 0.5.4 (xx August 2007)
|
||||
|
||||
* Option to use a random port every time
|
||||
* Pause all/resume all in tray menu
|
||||
* Proxy system redone - you can now specify different information for each
|
||||
type of proxy (DHT, peer, tracker, web-seed)
|
||||
* TorrentPieces plugin to view piece updates
|
||||
|
@ -948,4 +948,4 @@ class Manager:
|
||||
for index, unique_ID in enumerate(self.state.queue):
|
||||
torrent_state = self.get_core_torrent_state(unique_ID)
|
||||
if torrent_state['is_paused']:
|
||||
self.set_user_pause(unique_ID, False, enforce_queue=False)
|
||||
self.set_user_pause(unique_ID, False, enforce_queue=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user