quickfix: tag reader for ogg vorbis

This commit is contained in:
Vincent Riquer 2025-02-10 00:16:32 +01:00
parent 3ecf4b627d
commit b49f099565

View File

@ -15,7 +15,7 @@ getTags() {
type=soxi
(( disablesoxi )) && unset type
;;
audio/ogg)
audio/ogg*)
type=soxi
(( disablesoxi )) && unset type
;;