mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Don't invalidate the torrent status/info after a torrent.status() call
This commit is contained in:
parent
c66120ac95
commit
2b75a75992
1 changed files with 0 additions and 3 deletions
|
@ -624,9 +624,6 @@ class Torrent:
|
||||||
elif key in fns:
|
elif key in fns:
|
||||||
status_dict[key] = fns[key]()
|
status_dict[key] = fns[key]()
|
||||||
|
|
||||||
self.status = None
|
|
||||||
self.torrent_info = None
|
|
||||||
|
|
||||||
return status_dict
|
return status_dict
|
||||||
|
|
||||||
def apply_options(self):
|
def apply_options(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue