diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2022-12-30 20:55:05 -0600 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2023-01-07 14:22:47 -0600 |
commit | 745ada638b3f82b4e3076dd75d0fe8c0a47bfb31 (patch) | |
tree | 47a4f0a58d626137d009254dcd9dba590bc29c8b /vampire.asd | |
parent | 7a1e8d41ce96a7514adb31529f05aaed6a13c259 (diff) |
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
Diffstat (limited to 'vampire.asd')
-rw-r--r-- | vampire.asd | 3 |
1 files changed, 2 insertions, 1 deletions
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"))) |