From 1334e312d02f94806eb14b63cca03631a1f09f46 Mon Sep 17 00:00:00 2001 From: killer069 <65385476+killer069@users.noreply.github.com> Date: Sat, 28 Aug 2021 23:57:24 +0530 Subject: [PATCH] Small Patch for Normal streams --- package-lock.json | 4 ++-- package.json | 2 +- play-dl/YouTube/classes/LiveStream.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73b0ddb..85e676c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "play-dl", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "play-dl", - "version": "0.6.1", + "version": "0.6.2", "license": "MIT", "dependencies": { "got": "^11.8.2" diff --git a/package.json b/package.json index c216c65..94be11e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "play-dl", - "version": "0.6.1", + "version": "0.6.2", "description": "YouTube, SoundCloud, Spotify streaming for discord.js bots", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/play-dl/YouTube/classes/LiveStream.ts b/play-dl/YouTube/classes/LiveStream.ts index 3b39c2d..37f0183 100644 --- a/play-dl/YouTube/classes/LiveStream.ts +++ b/play-dl/YouTube/classes/LiveStream.ts @@ -202,7 +202,7 @@ export class Stream { this.timer = setTimeout(() => { this.loop() - }, 290 * 1000) + }, 280 * 1000) } private loop(){