1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-05 17:05:03 -05:00

Added anime and scene params to WEBApi for adding new shows.

This commit is contained in:
echel0n 2014-07-11 10:45:45 -07:00
parent be6c884a40
commit 6a3c6a5be4

View File

@ -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"}
}
}