[Console] Fix setting 'Skip' priority on console
Selecting priorities 'Low' and 'Skip' on console will both set the
actual priority to 'Low'.
Fixed typo in previous commit 6655fe67c3
This commit is contained in:
parent
9c90136f57
commit
8ec5ca9d08
|
@ -710,7 +710,7 @@ class TorrentDetail(BaseMode, PopupsHandler):
|
|||
'skip_priority',
|
||||
'_Skip',
|
||||
foreground='red',
|
||||
cb_arg=FILE_PRIORITY['Low'],
|
||||
cb_arg=FILE_PRIORITY['Skip'],
|
||||
was_empty=was_empty,
|
||||
)
|
||||
popup.add_line(
|
||||
|
|
Loading…
Reference in New Issue