mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +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)
|
||||
if torrent_state["is_paused"] == 0:
|
||||
self.manager.set_user_pause(uid, True, True)
|
||||
self.manager.save_fastresume_data(uid)
|
||||
|
||||
self.update()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue