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 50e38c3..5dbc07a 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -52,7 +52,8 @@ typedef VideoItem = { title:String, author:String, duration:Float, - isTemp:Bool + isTemp:Bool, + isIframe:Bool } typedef WsEvent = { |
