summaryrefslogtreecommitdiffstats
path: root/deluge/ui/common.py
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2018-10-21 14:07:48 +0100
committerCalum Lind <calumlind@gmail.com>2018-10-25 15:14:07 +0100
commite2c7716ce256e32eb25c6b8e1c4aa7dfedd72b92 (patch)
tree32578a18783d3e46bcd30e6ae36ede6c3205c102 /deluge/ui/common.py
parente6c61c3f8ccae700da1b88e9f1b4dfde1b53ae7f (diff)
downloaddeluge-e2c7716ce256e32eb25c6b8e1c4aa7dfedd72b92.tar.gz
deluge-e2c7716ce256e32eb25c6b8e1c4aa7dfedd72b92.tar.bz2
deluge-e2c7716ce256e32eb25c6b8e1c4aa7dfedd72b92.zip
[#1903|UI] Add super seeding option to interfaces
- Fix applying the setting to libtorrent, passing the value without modification so it decide when to enable it. - Enable super_seeding option when adding torrents to core. - Update UIs with option in tabs and add dialogs.
Diffstat (limited to 'deluge/ui/common.py')
-rw-r--r--deluge/ui/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/deluge/ui/common.py b/deluge/ui/common.py
index 2a266d029..e545822a2 100644
--- a/deluge/ui/common.py
+++ b/deluge/ui/common.py
@@ -115,6 +115,7 @@ TORRENT_DATA_FIELD = {
'owner': {'name': _('Owner'), 'status': ['owner']},
'pieces': {'name': _('Pieces'), 'status': ['num_pieces', 'piece_length']},
'seed_rank': {'name': _('Seed Rank'), 'status': ['seed_rank']},
+ 'super_seeding': {'name': _('Super Seeding'), 'status': ['super_seeding']},
}
TRACKER_STATUS_TRANSLATION = [