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 23f4730 commit 1ac62bc
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 {
'--downloader',
'ffmpeg',
'--downloader-args',
'"ffmpeg_i: -reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 10"',
'"ffmpeg_i:-reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 10"',
url,
],
{ stdio: [0, 'pipe', 'pipe'] }
Expand Down

0 comments on commit 1ac62bc

Please sign in to comment.