diff --git a/play-dl/YouTube/classes/LiveStream.ts b/play-dl/YouTube/classes/LiveStream.ts index f09671f..d3a73f5 100644 --- a/play-dl/YouTube/classes/LiveStream.ts +++ b/play-dl/YouTube/classes/LiveStream.ts @@ -252,7 +252,7 @@ export class Stream { this.timer = setTimeout(() => { this.loop() - }, 270 * 1000) + }, 290 * 1000) } private loop(){ @@ -285,6 +285,6 @@ export class Stream { this.timer = setTimeout(() => { this.loop() - }, 270 * 1000) + }, 290 * 1000) } }