change to audio-player.rkt
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
||||
(not (string-prefix? name ".")))
|
||||
(if (eq? type 'file)
|
||||
(let* ((fn (string-downcase (format "~a" f)))
|
||||
(exts (audio-supported-extensions)))
|
||||
(exts (audio-known-exts?)))
|
||||
(let ((l (filter (λ (e) (string-suffix? fn (string-append "." e))) exts)))
|
||||
(not (null? l))))
|
||||
#f))))
|
||||
|
||||
Reference in New Issue
Block a user