fix for artist search

This commit is contained in:
albert
2013-02-19 21:41:35 -05:00
parent 3baebcbb41
commit 7f11fb4583
3 changed files with 3 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ class Artist < ActiveRecord::Base
q = active
return q if params.blank?
case params[:name].present?
case params[:name]
when /^http/
q = q.url_matches(params[:name])