removed unused variable

This commit is contained in:
killer069 2021-08-27 16:02:17 +05:30
parent 5fdf3fa2f5
commit 86ae2c7eb8

View File

@ -1,5 +1,5 @@
import { video_info } from "." import { video_info } from "."
import { FormatInterface, LiveEnded, LiveStreaming, Stream } from "./classes/LiveStream" import { LiveEnded, LiveStreaming, Stream } from "./classes/LiveStream"
export enum StreamType{ export enum StreamType{
Arbitrary = 'arbitrary', Arbitrary = 'arbitrary',