diff options
| author | RblSb <msrblsb@gmail.com> | 2020-06-07 18:45:22 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-06-07 18:45:22 +0300 |
| commit | d31f0b30481f6180e7907aee27413e5d208539aa (patch) | |
| tree | ad1281ef9f5100bd05108dc42b8f5107f585444a /src/Types.hx | |
| parent | f2567959538d7a7b26aa405353c2dbea4e6cc945 (diff) | |
Playlists "at next" order
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 5 |
1 files changed, 5 insertions, 0 deletions
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, |
