Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
07422debb9
commit
9ff62c52d4
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ async function downloadTrackBlob(track, quality, api, lyricsManager = null, sign
|
||||||
blob,
|
blob,
|
||||||
{ args: ['-c:a', 'alac'] },
|
{ args: ['-c:a', 'alac'] },
|
||||||
'output.m4a',
|
'output.m4a',
|
||||||
'audio/m4a',
|
'audio/mp4',
|
||||||
() => undefined,
|
() => undefined,
|
||||||
signal
|
signal
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue