From 745ada638b3f82b4e3076dd75d0fe8c0a47bfb31 Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Fri, 30 Dec 2022 20:55:05 -0600 Subject: Add: zip/download UI and deletion of archive on playlist edit - Clicking the button will zip the playlist (if there is no zip archive already existing) - editing a playlist will delete the zip file --- vampire.asd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vampire.asd') diff --git a/vampire.asd b/vampire.asd index ac49ea3..9014aa8 100644 --- a/vampire.asd +++ b/vampire.asd @@ -33,4 +33,5 @@ (:file "home") (:file "playlist") (:file "vampire") - (:file "run"))) + (:file "run") + (:file "zipper"))) -- cgit v1.2.3