CC-4539: Advanced search: Sample rate searched on Hz, but search results

shown in kHz

- fixed
This commit is contained in:
james 2012-10-31 12:32:40 -04:00
parent 9293a26738
commit 2e4d5ec142
3 changed files with 5 additions and 5 deletions

View file

@ -1195,7 +1195,7 @@ var validationTypes = {
"owner_id" : "s",
"rating" : "i",
"replay_gain" : "n",
"sample_rate" : "i",
"sample_rate" : "n",
"track_title" : "s",
"track_number" : "i",
"info_url" : "s",

View file

@ -190,7 +190,7 @@
} else if (th.attr('id') == "length") {
label = " hh:mm:ss.t";
} else if (th.attr('id') == "sample_rate") {
label = " Hz";
label = " kHz";
}
th.html(_fnRangeLabelPart(0));