0
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-04 21:13:58 +00:00

[SoundCloudBridge] fix parameter 'u' requirement status

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2016-08-21 23:45:08 +02:00
parent f29d51510b
commit 8adcc7d26a

View File

@ -15,7 +15,8 @@ class SoundCloudBridge extends BridgeAbstract{
'[
{
"name" : "username",
"identifier" : "u"
"identifier" : "u",
"required": true
}
]';