mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-29 04:34:57 +00:00
fix recheck oops
This commit is contained in:
parent
8b13d85bdc
commit
8bf1c1e60a
@ -770,6 +770,7 @@ trying to create \"%s\"\nPlease make sure you have the write permissions and the
|
|||||||
pass
|
pass
|
||||||
self.manager.remove_torrent(uid, False, True)
|
self.manager.remove_torrent(uid, False, True)
|
||||||
self.torrent_model_remove(uid)
|
self.torrent_model_remove(uid)
|
||||||
|
self.update()
|
||||||
unique_ID = self.manager.add_torrent(save_info[0], save_info[1], self.config.get("use_compact_storage"))
|
unique_ID = self.manager.add_torrent(save_info[0], save_info[1], self.config.get("use_compact_storage"))
|
||||||
self.torrent_model_append(unique_ID)
|
self.torrent_model_append(unique_ID)
|
||||||
if save_info[4]:
|
if save_info[4]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user