diff options
author | colin <colin@cicadas.surf> | 2023-01-14 10:36:17 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-01-14 10:36:17 -0800 |
commit | b8ac6f8f45bc274ab2a79247dbc976c015bcb667 (patch) | |
tree | 268024edc1960c9dde70303f21a09bf44b65170f /package.lisp | |
parent | db23eebb6f5a1fb40c7c7e6467a3c66b13e10e42 (diff) |
Refactor: superfluous with-open-file was masking a bug
The bug was the use of :if-exists :overwrite when it should have been
:if-exists :supersede.
Cleaned up zipped-playlist-url too.
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp index ded3da3..c24492c 100644 --- a/package.lisp +++ b/package.lisp @@ -2,6 +2,7 @@ (defpackage #:vampire (:use #:cl #:clog) + (:local-nicknames (#:zippy #:org.shirakumo.zippy )) (:import-from #:bknr.datastore #:with-transaction #:store-object |