music: proto whitelist try 2
This commit is contained in:
parent
554385fa01
commit
ecaea6b9e2
1 changed files with 4 additions and 1 deletions
|
@ -358,7 +358,10 @@ async function enqueue({
|
|||
await connection.connection.play(media, {
|
||||
inlineVolume: true,
|
||||
voiceDataTimeout: -1,
|
||||
inputArgs: ["-protocol_whitelist", "file,http,https,tcp,tls"],
|
||||
inputArgs: [
|
||||
"-protocol_whitelist",
|
||||
"file,http,https,tcp,tls,pipe,data,crypto",
|
||||
],
|
||||
});
|
||||
|
||||
textChannel.createMessage({
|
||||
|
|
Loading…
Reference in a new issue