1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-04 23:57:29 +02:00

[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",
"identifier" : "i",
"exampleValue" : "showID1,showID2,..."
"exampleValue" : "showID1,showID2,...",
"required": true
}
]';