Don't invalidate the torrent status/info after a torrent.status() call
This commit is contained in:
parent
c66120ac95
commit
2b75a75992
|
@ -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…
Reference in New Issue