Skip to content

Commit 2cc8bdf

Browse files
Paillat-devvmphase
andauthored
Update discord/player.py
Co-authored-by: Michael <vmphasee@gmail.com> Signed-off-by: Paillat <jeremiecotti@ik.me>
1 parent 304f423 commit 2cc8bdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discord/player.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ class FFmpegPCMAudio(FFmpegAudio):
357357
Extra command line arguments to pass to ffmpeg before the ``-i`` flag.
358358
options: Optional[:class:`str`]
359359
Extra command line arguments to pass to ffmpeg after the ``-i`` flag.
360-
protocol_whitelist: Optional[:class:`str`]
360+
protocol_whitelist: Optional[:class:`set[str]`]
361361
A comma-separated list of protocols that ffmpeg is allowed to use.
362362
Defaults to ``"file,http,https,tcp,tls,crypto,pipe,fd,cache"``, which
363363
blocks dangerous schemes such as ``concat:``, ``subfile:``, ``data:``,

0 commit comments

Comments
 (0)