diff --git a/definitions/en_CA.js b/definitions/en_CA.js index c5d6efbf..410f93de 100644 --- a/definitions/en_CA.js +++ b/definitions/en_CA.js @@ -4437,14 +4437,20 @@ module.exports = function(s,config,lang){ "color": "navy", "info": [ { + "field": lang.CSS, "name": "detail=css", fieldType:"textarea", "placeholder": "#main_header{background:#b59f00}", - "field": lang.CSS, "description": "", "default": "", "example": "", "possible": "" + }, + { + "field": lang.hlsOptions, + "name": "localStorage=hlsOptions", + fieldType:"textarea", + "placeholder": "{}", }, { "field": lang['Force Monitors Per Row'], @@ -6041,7 +6047,7 @@ module.exports = function(s,config,lang){ }, } }, - "Montior Configuration Finder": { + "Montior Configuration Finder": { "section": "Montior Configuration Finder", "blocks": { "Search Settings": { diff --git a/languages/en_CA.json b/languages/en_CA.json index 401c805b..f6ca9f10 100644 --- a/languages/en_CA.json +++ b/languages/en_CA.json @@ -599,6 +599,8 @@ "Probe Size": "Probe Size", "Stream Type": "Stream Type", "# of Allow MJPEG Clients": "# of Allow MJPEG Clients 0 for infinite", + "hlsOptions": "HLS Options", + "hlsOptionsInvalid": "HLS Options are Invalid", "HLS Video Encoder": "Video Encoder", "HLS Audio Encoder": "Audio Encoder", "HLS Segment Length": "Segment Length in Seconds",