Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Samidy 2026-02-28 02:00:37 +03:00 committed by GitHub
parent 07422debb9
commit 9ff62c52d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
);