Skip to content

Commit

Permalink
Merge pull request #620 from cenderin/master
Browse files Browse the repository at this point in the history
think this will allow for more playlists to load #605
  • Loading branch information
weblancaster committed Feb 19, 2016
2 parents a0b54bf + 82e3674 commit a1c5f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/public/js/playlists/playlistsCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ app.controller('PlaylistsCtrl', function (
queueService
) {
var endpoint = 'me/playlists'
, params = '';
, params = 'limit=125';

$scope.title = 'Playlists';
$scope.data = '';
Expand Down

0 comments on commit a1c5f33

Please sign in to comment.