Fix MxPEG hiding Automatic option
parent
8cc80a65c9
commit
e67263f7b3
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue