From b49f0995654dab30b39a3789e9f4a2a6bf8489ee Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Mon, 10 Feb 2025 00:16:32 +0100 Subject: [PATCH] quickfix: tag reader for ogg vorbis --- lib/tags/gettags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tags/gettags b/lib/tags/gettags index 8afae86..137be41 100644 --- a/lib/tags/gettags +++ b/lib/tags/gettags @@ -15,7 +15,7 @@ getTags() { type=soxi (( disablesoxi )) && unset type ;; - audio/ogg) + audio/ogg*) type=soxi (( disablesoxi )) && unset type ;;