[TwitchApiBridge] fix parameter channel requirement status
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
f9b5cac1b7
commit
c54462d2f0
1 changed files with 4 additions and 2 deletions
|
@ -18,7 +18,8 @@ class TwitchApiBridge extends BridgeAbstract{
|
|||
'[
|
||||
{
|
||||
"name" : "Channel",
|
||||
"identifier" : "channel"
|
||||
"identifier" : "channel",
|
||||
"required" : true
|
||||
},
|
||||
{
|
||||
"name" : "Broadcasts",
|
||||
|
@ -40,7 +41,8 @@ class TwitchApiBridge extends BridgeAbstract{
|
|||
'[
|
||||
{
|
||||
"name" : "Channel",
|
||||
"identifier" : "channel"
|
||||
"identifier" : "channel",
|
||||
"required" : true
|
||||
},
|
||||
{
|
||||
"name" : "Limit",
|
||||
|
|
Loading…
Reference in a new issue