diff --git a/deluge/common.py b/deluge/common.py index 0ae8d5742..4881d16b6 100644 --- a/deluge/common.py +++ b/deluge/common.py @@ -117,7 +117,10 @@ FILE_PRIORITY = { 0: "Do Not Download", 1: "Normal Priority", 2: "High Priority", + 3: "High Priority", + 4: "High Priority", 5: "High Priority", + 6: "High Priority", 7: "Highest Priority", "Do Not Download": 0, "Normal Priority": 1,