mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +00:00
btarg: fix default value for order
This commit is contained in:
parent
824b44ff54
commit
d5740c54b7
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ settings:
|
|||
- name: type
|
||||
type: select
|
||||
label: Order requested from site
|
||||
default: desc
|
||||
default: DESC
|
||||
options:
|
||||
DESC: desc
|
||||
ASC: asc
|
||||
|
|
Loading…
Add table
Reference in a new issue