aboutsummaryrefslogtreecommitdiff
path: root/bridges/EZTVBridge.php
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/EZTVBridge.php')
-rw-r--r--bridges/EZTVBridge.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/bridges/EZTVBridge.php b/bridges/EZTVBridge.php
index 6e0f7e90..88be5662 100644
--- a/bridges/EZTVBridge.php
+++ b/bridges/EZTVBridge.php
@@ -10,7 +10,8 @@ on EZTV. Get showID from URLs in https://eztv.ch/shows/showID/show-full-name.';
const PARAMETERS = array( array(
'i' => array(
'name' => 'Show ids',
- 'exampleValue' => 'showID1,showID2,…',
+ 'exampleValue' => '1017,249',
+ 'title' => 'One of more showids as a comma separated list',
'required' => true
)
));