From a6ee0f056eb0baba5ef464ab0cf524166b3f244e Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:43:09 +0000 Subject: [PATCH] Convert wikipedia link to canonical form --- src/core/operations/ExtractAudioMetadata.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/ExtractAudioMetadata.mjs b/src/core/operations/ExtractAudioMetadata.mjs index bed980ed..7018ffd0 100644 --- a/src/core/operations/ExtractAudioMetadata.mjs +++ b/src/core/operations/ExtractAudioMetadata.mjs @@ -26,7 +26,7 @@ class ExtractAudioMetadata extends Operation { this.module = "Default"; this.description = "Extract common audio metadata across MP3 (ID3v2/ID3v1/GEOB), WAV/BWF/BW64 (INFO/bext/iXML/axml), FLAC (Vorbis Comment/Picture), OGG (Vorbis/OpusTags), AAC (ADTS), AC3 (Dolby Digital), WMA (ASF), plus best-effort MP4/M4A and AIFF scanning. Outputs normalized JSON."; - this.infoURL = "https://en.wikipedia.org/wiki/Audio_file_format"; + this.infoURL = "https://wikipedia.org/wiki/Audio_file_format"; this.inputType = "ArrayBuffer"; this.outputType = "JSON"; this.presentType = "html";