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(){