[SoundCloudBridge] fix parameter 'u' requirement status
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
f29d51510b
commit
8adcc7d26a
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ class SoundCloudBridge extends BridgeAbstract{
|
|||
'[
|
||||
{
|
||||
"name" : "username",
|
||||
"identifier" : "u"
|
||||
"identifier" : "u",
|
||||
"required": true
|
||||
}
|
||||
]';
|
||||
|
||||
|
|
Loading…
Reference in a new issue