mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 14:18:35 +01:00
[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
@ -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…
x
Reference in New Issue
Block a user