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

@@ -29,6 +29,13 @@
album
length)))
(define/public (get-file) file)
(define/public (get-title) title)
(define/public (get-artist) artist)
(define/public (get-album) album)
(define/public (get-number) number)
(define/public (get-length) length)
(super-new)
(begin
(unless (eq? file #f)