From b8ac6f8f45bc274ab2a79247dbc976c015bcb667 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 14 Jan 2023 10:36:17 -0800 Subject: 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. --- package.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'package.lisp') 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 -- cgit v1.2.3