From cca4647ba61e2b81a4dc27e4fd188b08b7617580 Mon Sep 17 00:00:00 2001 From: killer069 <65385476+killer069@users.noreply.github.com> Date: Mon, 20 Sep 2021 21:46:47 +0530 Subject: [PATCH] Increased Timer to match inlineVolume --- play-dl/SoundCloud/classes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play-dl/SoundCloud/classes.ts b/play-dl/SoundCloud/classes.ts index 67aa7d7..8cdeb21 100644 --- a/play-dl/SoundCloud/classes.ts +++ b/play-dl/SoundCloud/classes.ts @@ -184,7 +184,7 @@ export class Stream { if (this.data_ended) { this.cleanup(); this.stream.removeAllListeners('pause'); - } else if (this.playing_count === 120) { + } else if (this.playing_count === 110) { this.playing_count = 0; this.start(); }