forked from blallo/rss-bridge
[EZTVBridge] fix parameter 'i' requirement status
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
cd088776a8
commit
5410392968
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ class EZTVBridge extends BridgeAbstract{
|
||||||
{
|
{
|
||||||
"name" : "Show ids",
|
"name" : "Show ids",
|
||||||
"identifier" : "i",
|
"identifier" : "i",
|
||||||
"exampleValue" : "showID1,showID2,..."
|
"exampleValue" : "showID1,showID2,...",
|
||||||
|
"required": true
|
||||||
}
|
}
|
||||||
]';
|
]';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue