From f369250f8a20f926855e9d0d3d054632e322b987 Mon Sep 17 00:00:00 2001 From: RblSb Date: Wed, 4 Mar 2020 00:06:52 +0300 Subject: Iframe items --- src/Types.hx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Types.hx') 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 = { -- cgit v1.2.3