From f89ed339ff57b09b0ff0a57f76a2aa1165ec780c Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Wed, 2 Nov 2022 10:11:03 -0500 Subject: Tweak: update max listing coutn on recent playlists --- explore.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'explore.lisp') 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) -- cgit v1.2.3