music: proto whitelist try 2

This commit is contained in:
Cynthia Foxwell 2023-09-28 21:46:19 -06:00
parent 554385fa01
commit ecaea6b9e2
1 changed files with 4 additions and 1 deletions

View File

@ -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({