CC-4213: Smart Playlist -> Criteria Bpm: Cannot find track by 'is in the range'
- changed BPM to string type
This commit is contained in:
parent
19c90e6688
commit
1e36d77857
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ class Application_Form_SmartBlockCriteria extends Zend_Form_SubForm
|
||||||
"album_title" => "s",
|
"album_title" => "s",
|
||||||
"artist_name" => "s",
|
"artist_name" => "s",
|
||||||
"bit_rate" => "n",
|
"bit_rate" => "n",
|
||||||
"bpm" => "n",
|
"bpm" => "s",
|
||||||
"comments" => "s",
|
"comments" => "s",
|
||||||
"composer" => "s",
|
"composer" => "s",
|
||||||
"conductor" => "s",
|
"conductor" => "s",
|
||||||
|
|
|
@ -568,7 +568,7 @@ var criteriaTypes = {
|
||||||
"album_title" : "s",
|
"album_title" : "s",
|
||||||
"artist_name" : "s",
|
"artist_name" : "s",
|
||||||
"bit_rate" : "n",
|
"bit_rate" : "n",
|
||||||
"bpm" : "n",
|
"bpm" : "s",
|
||||||
"comments" : "s",
|
"comments" : "s",
|
||||||
"composer" : "s",
|
"composer" : "s",
|
||||||
"conductor" : "s",
|
"conductor" : "s",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue