mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +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:
|
||||
status_dict[key] = fns[key]()
|
||||
|
||||
self.status = None
|
||||
self.torrent_info = None
|
||||
|
||||
return status_dict
|
||||
|
||||
def apply_options(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue