diff options
-rw-r--r-- | explore.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/explore.lisp b/explore.lisp index e2bc55c..dcaeb1e 100644 --- a/explore.lisp +++ b/explore.lisp @@ -22,7 +22,7 @@ (defun create-recent-playlists-area (parent) (let* ((container (create-div parent :class "row"))) - (dolist (pl (recent-playlists 10)) + (dolist (pl (recent-playlists 100)) (create-playlist-explore-card container pl)))) (defun explore-page (body) |