mirror of
https://github.com/codex-storage/deluge.git
synced 2025-03-03 04:20:40 +00:00
save fastresume on pause
This commit is contained in:
parent
9ac92ca982
commit
5d4931c94b
@ -734,6 +734,7 @@ window, please enter your password"))
|
|||||||
torrent_state = self.manager.get_torrent_state(uid)
|
torrent_state = self.manager.get_torrent_state(uid)
|
||||||
if torrent_state["is_paused"] == 0:
|
if torrent_state["is_paused"] == 0:
|
||||||
self.manager.set_user_pause(uid, True, True)
|
self.manager.set_user_pause(uid, True, True)
|
||||||
|
self.manager.save_fastresume_data(uid)
|
||||||
|
|
||||||
self.update()
|
self.update()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user