From 86ae2c7eb840c4a30752d62e6dedcb62022d5d25 Mon Sep 17 00:00:00 2001 From: killer069 <65385476+killer069@users.noreply.github.com> Date: Fri, 27 Aug 2021 16:02:17 +0530 Subject: [PATCH] removed unused variable --- play-dl/YouTube/stream.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play-dl/YouTube/stream.ts b/play-dl/YouTube/stream.ts index 7963539..245aa01 100644 --- a/play-dl/YouTube/stream.ts +++ b/play-dl/YouTube/stream.ts @@ -1,5 +1,5 @@ import { video_info } from "." -import { FormatInterface, LiveEnded, LiveStreaming, Stream } from "./classes/LiveStream" +import { LiveEnded, LiveStreaming, Stream } from "./classes/LiveStream" export enum StreamType{ Arbitrary = 'arbitrary',