mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Added anime and scene params to WEBApi for adding new shows.
This commit is contained in:
parent
be6c884a40
commit
6a3c6a5be4
1 changed files with 3 additions and 1 deletions
|
@ -1873,7 +1873,9 @@ class CMD_ShowAddNew(ApiCall):
|
|||
"flatten_folders": {"desc": "flatten subfolders for the show"},
|
||||
"status": {"desc": "status of missing episodes"},
|
||||
"lang": {"desc": "the 2 letter lang abbreviation id"},
|
||||
"subtitles": {"desc": "allow search episode subtitle"}
|
||||
"subtitles": {"desc": "allow search episode subtitle"},
|
||||
"anime": {"desc": "set show to anime"},
|
||||
"scene": {"desc": "show searches episodes by scene numbering"}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue