[EZTVBridge] fix parameter 'i' requirement status

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2016-08-21 17:06:51 +02:00
parent cd088776a8
commit 5410392968

View file

@ -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
} }
]'; ]';