From db23eebb6f5a1fb40c7c7e6467a3c66b13e10e42 Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Sun, 8 Jan 2023 21:39:19 -0600 Subject: Add: synchronized download link appear/delete across clients --- zipper.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zipper.lisp') diff --git a/zipper.lisp b/zipper.lisp index 0271159..8ed37aa 100644 --- a/zipper.lisp +++ b/zipper.lisp @@ -43,7 +43,7 @@ (defun make-zipped-playlist-link (playlist context) (when (zipped-playlist-exists-p playlist) - (create-a context :link (zipped-playlist-url playlist) :content "Download" :target "_blank"))) + (create-a context :link (zipped-playlist-url playlist) :content "Download" :target "_blank" :auto-place nil))) (defun delete-zipped-playlist (playlist-ctl) "Deletes the zipped playlist file and removes the associated link element. -- cgit v1.2.3