From 15526b25e5c3c6f4ce1e0951183645b3847cc0ee Mon Sep 17 00:00:00 2001 From: Deluan Date: Mon, 2 Feb 2026 20:56:58 +0100 Subject: [PATCH] docs: fix gotaglib comment Signed-off-by: Deluan --- adapters/gotaglib/gotaglib.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapters/gotaglib/gotaglib.go b/adapters/gotaglib/gotaglib.go index f68985a0..e5fb3542 100644 --- a/adapters/gotaglib/gotaglib.go +++ b/adapters/gotaglib/gotaglib.go @@ -6,7 +6,7 @@ // efficient access to format-specific tags (ID3v2 frames, MP4 atoms, ASF attributes) // through a single file open operation. // -// This extractor is registered under the name "gotaglib". It only works with a filesystem +// This extractor is registered under the name "taglib". It only works with a filesystem // (fs.FS) and does not support direct local file paths. Files returned by the filesystem // must implement io.ReadSeeker for go-taglib to read them. package gotaglib