Built-in Last.fm TOP playlists
This commit is contained in:
@@ -14,7 +14,7 @@ class window.VkontakteMusic
|
||||
if @query_results[query]? and not return_all
|
||||
callback @query_results[query]
|
||||
that = this
|
||||
VK.Api.call 'audio.search', q: query, (r) ->
|
||||
VK.Api.call 'audio.search', q: query, count: 200, (r) ->
|
||||
results = that.range r.response, artist, track, duration
|
||||
top_result = null
|
||||
if results.length > 0
|
||||
|
||||
Reference in New Issue
Block a user