diff options
-rw-r--r-- | explore.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/explore.lisp b/explore.lisp index 5c99fb8..4016d71 100644 --- a/explore.lisp +++ b/explore.lisp @@ -20,7 +20,7 @@ (defun create-recent-playlists-area (parent) (let* ((container (create-div parent :class "row"))) - (dolist (pl (recent-playlists 100)) + (dolist (pl (recent-playlists 1000)) (create-playlist-explore-card container pl)))) (defun create-user-list (parent) |