Added stream URL to channel settings.
This commit is contained in:
parent
e4bebce431
commit
93265b7890
6 changed files with 92 additions and 14 deletions
|
|
@ -80,6 +80,11 @@ module.exports.settingsMap = function(){
|
|||
optional: true,
|
||||
isBoolean: true,
|
||||
errorMessage: "Bad channel settings map."
|
||||
},
|
||||
'settingsMap.streamURL': {
|
||||
optional: true,
|
||||
isURL: true,
|
||||
errorMessage: "Invalid Stream URL"
|
||||
}
|
||||
})
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue