diff options
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 = { |
