From 922012339babb1dcae08abd58517cd3d5ec1d47f Mon Sep 17 00:00:00 2001 From: michael alexander Date: Thu, 4 Feb 2016 14:58:49 -0700 Subject: [PATCH] think this will allow for more playlists to load --- app/public/js/playlists/playlistsCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/public/js/playlists/playlistsCtrl.js b/app/public/js/playlists/playlistsCtrl.js index 667fd25b..5d4e26d2 100644 --- a/app/public/js/playlists/playlistsCtrl.js +++ b/app/public/js/playlists/playlistsCtrl.js @@ -15,7 +15,7 @@ app.controller('PlaylistsCtrl', function ( queueService ) { var endpoint = 'me/playlists' - , params = ''; + , params = 'limit=125'; $scope.title = 'Playlists'; $scope.data = '';