This commit is contained in:
2026-02-24 09:49:08 +01:00
parent 21162e4376
commit f54ece35f5
6 changed files with 178 additions and 31 deletions

View File

@@ -9,7 +9,7 @@
"playlist.rkt"
"player.rkt"
)
(provide
(all-from-out web-racket)
rktplayer%
@@ -204,9 +204,11 @@
(send this close))
(define/public (select-library)
;(set! music-library "c:\\Users\\Hans")
(let ((handle (send this choose-dir
(tr "Choose the folder containing your music library")
(format "~a" music-library))))
(if (string? music-library) music-library (path->string music-library))
)))
(displayln (format "Selecting Music Library with handle: ~a" handle))
)
)