diff options
| author | RblSb <msrblsb@gmail.com> | 2020-05-01 10:11:40 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-05-01 10:11:40 +0300 |
| commit | 104d4edeb5c0874412b0e91d0cb3c768995a0ce1 (patch) | |
| tree | 36c7b72976305a682a8f4e8b96d58a64b130e54f /src/Types.hx | |
| parent | 7408555ad16b5d0e380d1d90eb62e64eb14987f1 (diff) | |
Support youtube streams
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Types.hx b/src/Types.hx index 366b2ed..ae13a6a 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -5,7 +5,8 @@ import Client.ClientData; typedef VideoData = { duration:Float, ?title:String, - ?url:String + ?url:String, + ?isIframe:Bool } typedef Config = { |
