diff options
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Types.hx b/src/Types.hx index 02a2cee..519ac76 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -11,6 +11,7 @@ typedef VideoData = { duration:Float, ?title:String, ?url:String, + ?subs:String, ?isIframe:Bool } @@ -90,6 +91,7 @@ typedef VideoItem = { title:String, author:String, duration:Float, + ?subs:String, isTemp:Bool, isIframe:Bool } |
