* correct search on filter

This commit is contained in:
Seth Call 2016-01-15 12:39:43 -06:00
parent 33b02c0f55
commit c2f4cd0c56
1 changed files with 2 additions and 2 deletions

View File

@ -165,8 +165,8 @@ MIX_MODES = context.JK.MIX_MODES
onArtistClick: (artist, e) ->
e.preventDefault()
@search('artist-select', artist)
context.JamTrackActions.requestSearch('artist-select', artist)
defaultQuery:(extra) ->
query =
per_page: @LIMIT