Skip to content

Commit

Permalink
Now getting 20 tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
apassant committed Jan 29, 2012
1 parent f713e9a commit 457db7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixture/models.py
Expand Up @@ -15,7 +15,7 @@ def getTracks(self, query):
"""Get tracks matching a query term"""
## Need to do the import here to be sure the environment var is set
from musixmatch import track as TRACK
return self.filterTracks(TRACK.search(q=query, page_size=10))
return self.filterTracks(TRACK.search(q=query, page_size=20))

def filterTracks(self, tracks):
"""Filter to get only tracks with artist matching in seevl"""
Expand Down

0 comments on commit 457db7a

Please sign in to comment.