Added infinite scrolling to companies

This commit is contained in:
2018-03-13 23:06:16 +01:00
parent 3e2594ab9f
commit 40e2c43a8d
12 changed files with 64 additions and 63 deletions

View File

@ -16,7 +16,7 @@ func Best(ctx *aero.Context) string {
// Fetch all eligible tracks
allTracks := fetchAll()
// Sort the tracks by date
// Sort the tracks by number of likes
arn.SortSoundTracksPopularFirst(allTracks)
// Slice the part that we need