Opened 12 years ago

Closed 12 years ago

#2071 closed bug (Fixed)

KeyError with file priorities in ui when value has been set to '3' in core

Reported by: Cas Owned by: Cas
Priority: trivial Milestone: 1.3.5
Component: Core Version: 1.3.4
Keywords: Cc:

Description (last modified by Cas)

Forwarded from: https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/970689

Transdroid sets the value '3' but the valid values for priorities in the uis are the following:

    0: "Do Not Download",
    1: "Normal Priority",
    5: "High Priority",
    7: "Highest Priority",

The solution is to add 3,4,6 (assigned "High Priority") to FILE_PRIORITY in common.

Change History (2)

comment:1 Changed 12 years ago by Cas

  • Description modified (diff)

comment:2 Changed 12 years ago by Cas

  • Resolution set to fixed
  • Status changed from new to closed

Fixed 1.3-stable: 5572f6102

Note: See TracTickets for help on using tickets.