mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 08:28:46 +00:00
[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
@ -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 New Issue
Block a user