From 9ff62c52d445a4368dc70bda5f23ed39068d2973 Mon Sep 17 00:00:00 2001 From: Samidy Date: Sat, 28 Feb 2026 02:00:37 +0300 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- js/downloads.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/downloads.js b/js/downloads.js index 616e5f8..1d8d358 100644 --- a/js/downloads.js +++ b/js/downloads.js @@ -371,7 +371,7 @@ async function downloadTrackBlob(track, quality, api, lyricsManager = null, sign blob, { args: ['-c:a', 'alac'] }, 'output.m4a', - 'audio/m4a', + 'audio/mp4', () => undefined, signal );