diff options
author | Colin Okay <colin@cicadas.surf> | 2022-10-30 08:24:15 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-10-30 08:24:15 -0500 |
commit | 6ddf222b87c61f0977c6a0becf32c5cb883ed710 (patch) | |
tree | 1592879942a7bf86f38e1387e409484fdbc034fb /package.lisp | |
parent | e82f24fdb36a65e890264b67c196d0a55068b241 (diff) |
Tweak: dispaly tweak, truncating track titles to 30 chars
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp index 623e166..ded3da3 100644 --- a/package.lisp +++ b/package.lisp @@ -18,5 +18,6 @@ #:with-gensyms #:when-let #:when-let* - #:if-let) + #:if-let + #:subseq*) (:import-from #:defclass-std #:defclass/std)) |