From ead82f54e47101a3c99c5f2520bdfa37c28ad0b5 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Wed, 22 Dec 2021 00:13:26 +0500 Subject: [PATCH] trying to fix music issues --- base/Atlanta.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/base/Atlanta.js b/base/Atlanta.js index b7b6dfb4..b967447c 100644 --- a/base/Atlanta.js +++ b/base/Atlanta.js @@ -49,10 +49,12 @@ class Atlanta extends Client { this.player = new Player(this, { ytdlDownloadOptions: { - filter: "audio", + // filter: "audio", requestOptions: { headers: { - cookie: this.config.youtubeToken + cookie: this.config.youtubeToken, + quality: "highestaudio", + highWaterMark: 1 << 25 } } },