Browse Source

Merge pull request #226 from aledeg/youtube-bridge

Update youtube bridge
Mitsu 8 years ago
parent
commit
937ef6b979
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bridges/YoutubeBridge.php

+ 2 - 2
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"
 			}
 		]';