mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-16 05:17:31 +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)
|
Deluge 0.5.4 (xx August 2007)
|
||||||
|
|
||||||
* Option to use a random port every time
|
* 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
|
* Proxy system redone - you can now specify different information for each
|
||||||
type of proxy (DHT, peer, tracker, web-seed)
|
type of proxy (DHT, peer, tracker, web-seed)
|
||||||
* TorrentPieces plugin to view piece updates
|
* TorrentPieces plugin to view piece updates
|
||||||
|
@ -948,4 +948,4 @@ class Manager:
|
|||||||
for index, unique_ID in enumerate(self.state.queue):
|
for index, unique_ID in enumerate(self.state.queue):
|
||||||
torrent_state = self.get_core_torrent_state(unique_ID)
|
torrent_state = self.get_core_torrent_state(unique_ID)
|
||||||
if torrent_state['is_paused']:
|
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