Skip to content

Commit

Permalink
Update gmusicapi method name
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Aug 1, 2016
1 parent 92d75b8 commit 2d39557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmusicprocurator/views/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,4 +331,4 @@ def search():
json = request.get_json()
if json is None:
return BadRequest('JSON payload required')
return jsonify(music.search_all_access(json['query']))
return jsonify(music.search(json['query']))

0 comments on commit 2d39557

Please sign in to comment.