Add Compress Completed Videos to Copy Settings
parent
ff3eaf8a09
commit
e66b39427a
|
@ -4140,6 +4140,24 @@ module.exports = function(s,config,lang){
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"field": lang['Compress Completed Videos'],
|
||||
"default": "0",
|
||||
"fieldType": "select",
|
||||
"attribute": `copy="field=detail=auto_compress_videos"`,
|
||||
"form-group-class": "h_copy_settings_input h_copy_settings_1",
|
||||
"form-group-class-pre-layer": "col-md-6",
|
||||
"possible": [
|
||||
{
|
||||
"name": lang.No,
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"name": lang.Yes,
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"field": lang['Stream Channels'],
|
||||
"description": "",
|
||||
|
|
Loading…
Reference in New Issue