diff --git a/src/interface.py b/src/interface.py index 07af17e87..51c68fcd7 100644 --- a/src/interface.py +++ b/src/interface.py @@ -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()