Added stream URL to channel settings.

This commit is contained in:
rainbow napkin 2025-05-10 22:07:20 -04:00
parent e4bebce431
commit 93265b7890
6 changed files with 92 additions and 14 deletions

View file

@ -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"
}
})
);