From d31f0b30481f6180e7907aee27413e5d208539aa Mon Sep 17 00:00:00 2001 From: RblSb Date: Sun, 7 Jun 2020 18:45:22 +0300 Subject: Playlists "at next" order --- src/Types.hx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Types.hx') diff --git a/src/Types.hx b/src/Types.hx index eb137da..f9bc104 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -2,6 +2,11 @@ package; import Client.ClientData; +typedef VideoDataRequest = { + url:String, + atEnd:Bool +} + typedef VideoData = { duration:Float, ?title:String, -- cgit v1.2.3