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
2 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue