From 468fd2bb321535bce94d1dd7b679641ec8611708 Mon Sep 17 00:00:00 2001 From: killer069 <65385476+killer069@users.noreply.github.com> Date: Thu, 26 Aug 2021 00:08:07 +0530 Subject: [PATCH] Increased 2nd timer to make it total 5 mins loop --- play-dl/YouTube/classes/LiveStream.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play-dl/YouTube/classes/LiveStream.ts b/play-dl/YouTube/classes/LiveStream.ts index d3a73f5..71602ed 100644 --- a/play-dl/YouTube/classes/LiveStream.ts +++ b/play-dl/YouTube/classes/LiveStream.ts @@ -285,6 +285,6 @@ export class Stream { this.timer = setTimeout(() => { this.loop() - }, 290 * 1000) + }, 300 * 1000) } }