From e67263f7b3d29dd0a96b906a4048464704eecaed Mon Sep 17 00:00:00 2001 From: Moe Date: Mon, 4 May 2020 17:17:46 -0700 Subject: [PATCH] Fix MxPEG hiding Automatic option --- definitions/en_CA.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/definitions/en_CA.js b/definitions/en_CA.js index f0b8a24a..2ac76488 100644 --- a/definitions/en_CA.js +++ b/definitions/en_CA.js @@ -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",