From 5410392968f2ba22b8ec660de98cbbbaff1bf879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Mazi=C3=A8re?= Date: Sun, 21 Aug 2016 17:06:51 +0200 Subject: [PATCH] [EZTVBridge] fix parameter 'i' requirement status MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pierre Mazière --- bridges/EZTVBridge.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bridges/EZTVBridge.php b/bridges/EZTVBridge.php index 936a32e9..b0e4ac16 100644 --- a/bridges/EZTVBridge.php +++ b/bridges/EZTVBridge.php @@ -13,7 +13,8 @@ class EZTVBridge extends BridgeAbstract{ { "name" : "Show ids", "identifier" : "i", - "exampleValue" : "showID1,showID2,..." + "exampleValue" : "showID1,showID2,...", + "required": true } ]';