diff --git a/deluge/common.py b/deluge/common.py index d2b0c0da3..f6cc56131 100644 --- a/deluge/common.py +++ b/deluge/common.py @@ -105,7 +105,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,