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(); }