Skip to content

Commit

Permalink
Update MusicPlayer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AkatGabrielGoncalves authored Aug 1, 2024
1 parent c83df7c commit 23f4730
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/music/MusicPlayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ export class MusicPlayer extends PlayerQueue {
'--format',
'bestaudio[ext=webm][acodec=opus][tbr>100]/bestaudio[ext=webm][acodec=opus]/bestaudio/best',
'--no-call-home',
'--external-downloader',
'--downloader',
'ffmpeg',
'--external-downloader-args',
'ffmpeg:" -reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 10 "',
'--downloader-args',
'"ffmpeg_i: -reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 10"',
url,
],
{ stdio: [0, 'pipe', 'pipe'] }
Expand Down

0 comments on commit 23f4730

Please sign in to comment.