Skip to content

Commit

Permalink
redirect FFmpeg stderr to bot stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
solaluset committed Nov 18, 2023
1 parent 6f96f97 commit d9b55ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions musicbot/audiocontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ async def play_song(self, song: Song):
before_options="-reconnect 1 -reconnect_streamed 1"
" -reconnect_delay_max 5",
options="-loglevel error",
stderr=sys.stderr,
),
after=self.next_song,
)
Expand Down

0 comments on commit d9b55ec

Please sign in to comment.