mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 18:08:39 +00:00
save fastresume on pause
This commit is contained in:
parent
9ac92ca982
commit
5d4931c94b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue