DLNA playback

This commit is contained in:
2026-07-31 17:03:19 +02:00
parent 727e0643af
commit e54f6f4a5f
7 changed files with 1325 additions and 6 deletions
+5 -2
View File
@@ -132,9 +132,12 @@
(clear-music-ids!)
)
(define/public (play playlist*)
(define/public (playlist! playlist*)
(check-player)
(set-list! playlist*)
(set-list! playlist*))
(define/public (play playlist*)
(send this playlist! playlist*)
(send this play-track 0))
(define/public (play-track nr)