CC-4951: Add cue in and cue out to library filter columns
Configured advanced search for these columns
This commit is contained in:
parent
8bdf3508b0
commit
32fc5eb758
|
@ -1346,6 +1346,8 @@ var validationTypes = {
|
|||
"composer" : "s",
|
||||
"conductor" : "s",
|
||||
"copyright" : "s",
|
||||
"cuein" : "l",
|
||||
"cueout" : "l",
|
||||
"encoded_by" : "s",
|
||||
"utime" : "t",
|
||||
"mtime" : "t",
|
||||
|
|
|
@ -187,7 +187,7 @@
|
|||
label = $.i18n._("kbps");
|
||||
} else if (th.attr('id') == "utime" || th.attr('id') == "mtime" || th.attr('id') == "lptime") {
|
||||
label = $.i18n._("yyyy-mm-dd");
|
||||
} else if (th.attr('id') == "length") {
|
||||
} else if (th.attr('id') == "length" || th.attr('id') == "cuein" || th.attr('id') == "cueout") {
|
||||
label = $.i18n._("hh:mm:ss.t");
|
||||
} else if (th.attr('id') == "sample_rate") {
|
||||
label = $.i18n._("kHz");
|
||||
|
|
Loading…
Reference in New Issue