Fix MxPEG hiding Automatic option

build-default-monitor-config-from-definitions
Moe 2020-05-04 17:17:46 -07:00
parent 8cc80a65c9
commit e67263f7b3
1 changed files with 2 additions and 2 deletions

View File

@ -163,8 +163,8 @@ module.exports = function(s,config,lang){
"field": lang.Automatic,
"description": "Feed the individual pieces required to build a stream URL or provide the full URL and allow Shinobi to parse it for you.",
"selector": "h_auto_host",
"form-group-class": "h_t_input h_t_h264 h_t_hls h_t_mp4 h_t_jpeg h_t_mjpeg",
"form-group-class-pre-layer":"h_t_input h_t_h264 h_t_hls h_t_mp4 h_t_jpeg h_t_mjpeg h_t_local",
"form-group-class": "h_t_input h_t_h264 h_t_hls h_t_mp4 h_t_jpeg h_t_mjpeg h_t_mxpeg",
"form-group-class-pre-layer":"h_t_input h_t_h264 h_t_hls h_t_mp4 h_t_jpeg h_t_mjpeg h_t_mxpeg h_t_local",
"default": "",
"example": "",
"fieldType": "select",