[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 6655fe67c372
This commit is contained in:
neeshy 2020-12-12 16:34:47 -05:00 committed by Calum Lind
parent 9c90136f57
commit 8ec5ca9d08

View File

@ -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(