소스 검색

Merge pull request #226 from aledeg/youtube-bridge

Update youtube bridge
Mitsu 8 년 전
부모
커밋
937ef6b979
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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"
 			}
 		]';