enhancements for the rktplayer
This commit is contained in:
@@ -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))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user