enhancements for the rktplayer

This commit is contained in:
2026-04-28 22:20:36 +02:00
parent f2ae0821d3
commit 042047a355
4 changed files with 20 additions and 13 deletions
+1
View File
@@ -377,6 +377,7 @@
(if (< i N)
(cons (list (send this track-id i) i) (f (+ i 1) N))
'()))))
(dbg-rktplayer "Number of rows in playlist: ~a" (send this length))
(let ((rows (f 0 (send this length))))
(mktable rows 'tracks formatter))))