diff --git a/bridges/YoutubeBridge.php b/bridges/YoutubeBridge.php index 7147a23e..6869ac00 100644 --- a/bridges/YoutubeBridge.php +++ b/bridges/YoutubeBridge.php @@ -31,10 +31,10 @@ class YoutubeBridge extends BridgeAbstract { $this->parameters['By channel id'] = '[ { - "type" : "number", + "type" : "text", "identifier" : "c", "name" : "channel id", - "exampleValue" : "15", + "exampleValue" : "test", "required" : "required" } ]';