CC-4963: Add cue in and cue out to smart block criteria list
Done
This commit is contained in:
parent
959839e180
commit
c8d7d23d62
3 changed files with 48 additions and 29 deletions
|
@ -559,7 +559,9 @@ function enableLoadingIcon() {
|
|||
function disableLoadingIcon() {
|
||||
$("#side_playlist").unblock()
|
||||
}
|
||||
|
||||
// We need to know if the criteria value will be a string
|
||||
// or numeric value in order to populate the modifier
|
||||
// select list
|
||||
var criteriaTypes = {
|
||||
0 : "",
|
||||
"album_title" : "s",
|
||||
|
@ -568,6 +570,8 @@ var criteriaTypes = {
|
|||
"composer" : "s",
|
||||
"conductor" : "s",
|
||||
"copyright" : "s",
|
||||
"cuein" : "n",
|
||||
"cueout" : "n",
|
||||
"artist_name" : "s",
|
||||
"encoded_by" : "s",
|
||||
"utime" : "n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue