DLNA playback
This commit is contained in:
+5
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user