From 104d4edeb5c0874412b0e91d0cb3c768995a0ce1 Mon Sep 17 00:00:00 2001 From: RblSb Date: Fri, 1 May 2020 10:11:40 +0300 Subject: Support youtube streams --- 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 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 = { -- cgit v1.2.3