mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 21:14:55 +00:00
Tweaks to per torrent preferences.
This commit is contained in:
parent
e85a521c43
commit
259e43b29a
@ -813,6 +813,8 @@ class Manager:
|
||||
unique_ID = deluge_core.add_torrent(torrent.filename,
|
||||
torrent.save_dir,
|
||||
torrent.compact)
|
||||
# Apply per torrent prefs after torrent added to core
|
||||
self.apply_prefs_per_torrent(unique_ID)
|
||||
except DelugeError, e:
|
||||
print "Error:", e
|
||||
self.state.torrents.remove(torrent)
|
||||
|
@ -1101,7 +1101,6 @@ class DelugeGTK:
|
||||
files_dialog.get_priorities())
|
||||
if files_dialog.is_private_flag_checked():
|
||||
self.manager.set_priv(unique_id, True)
|
||||
self.manager.apply_prefs_per_torrent(unique_id)
|
||||
else:
|
||||
return
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user