From 7ee893a287c8992196b0b5f51124074fa7c47f4f Mon Sep 17 00:00:00 2001 From: RblSb Date: Fri, 2 Aug 2024 06:25:45 +0300 Subject: Streamable support closes #49 --- src/VideoList.hx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/VideoList.hx') diff --git a/src/VideoList.hx b/src/VideoList.hx index b677060..c5e92c8 100644 --- a/src/VideoList.hx +++ b/src/VideoList.hx @@ -2,8 +2,6 @@ package; import Types.VideoItem; -using Lambda; - class VideoList { public var length(get, never):Int; public var pos(default, null) = 0; -- cgit v1.2.3