aboutsummaryrefslogtreecommitdiffhomepage
path: root/playlist.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.lisp')
-rw-r--r--playlist.lisp5
1 files changed, 3 insertions, 2 deletions
diff --git a/playlist.lisp b/playlist.lisp
index c222395..4eaba3d 100644
--- a/playlist.lisp
+++ b/playlist.lisp
@@ -269,12 +269,13 @@
(defun create-track-list-item (list track ctl)
(with-clog-create list
(list-item (:bind container)
+
+ (div (:bind item :class "track-list-item")
+ (section (:pre :content (track-listing-line track))))
(div (:bind edit-controls)
(button (:content "delete " :bind delbtn))
(button (:content "↓" :bind downbtn))
(button (:content "↑" :bind upbtn)))
- (div (:bind item :class "track-list-item")
- (section (:pre :content (track-listing-line track))))
(audio (:source (media-url-path track) :controls nil :bind audio)))
(let ((track-ctl
(make-instance 'track-ctl