CC-4213: Smart Playlist -> Criteria Bpm: Cannot find track by 'is in the range'

- changed BPM to string type
This commit is contained in:
James 2012-08-13 11:51:25 -04:00
parent 19c90e6688
commit 1e36d77857
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ class Application_Form_SmartBlockCriteria extends Zend_Form_SubForm
"album_title" => "s",
"artist_name" => "s",
"bit_rate" => "n",
"bpm" => "n",
"bpm" => "s",
"comments" => "s",
"composer" => "s",
"conductor" => "s",

View File

@ -568,7 +568,7 @@ var criteriaTypes = {
"album_title" : "s",
"artist_name" : "s",
"bit_rate" : "n",
"bpm" : "n",
"bpm" : "s",
"comments" : "s",
"composer" : "s",
"conductor" : "s",