feat: configure cue points analysis per track type
This commit is contained in:
parent
3a9ca109c3
commit
f5e46c6f3d
22 changed files with 246 additions and 42 deletions
|
@ -14,6 +14,8 @@ function populateForm(entries) {
|
|||
}
|
||||
$("#visibility").val(visibility_value);
|
||||
|
||||
$("#analyze_cue_points").prop("checked", entries.analyze_cue_points);
|
||||
|
||||
if (entries.id.length != 0) {
|
||||
$("#code").attr("readonly", "readonly");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue