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 f64455f commit 85f4ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/music/MusicPlayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export class MusicPlayer extends PlayerQueue {
'--external-downloader',
'ffmpeg',
'--external-downloader-args',
'-reconnect:1 -reconnect_streamed:1 -reconnect_delay_max:10',
'ffmpeg:-reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 10',
url,
],
{ stdio: [0, 'pipe', 'pipe'] }
Expand Down

0 comments on commit 85f4ed7

Please sign in to comment.