From 600156045aa6f93c79fd57ee4e76d588b3f734e6 Mon Sep 17 00:00:00 2001 From: RblSb Date: Sun, 14 Feb 2021 06:46:05 +0300 Subject: Subtitles url input Can be enabled by plugins --- src/Types.hx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Types.hx') 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 } -- cgit v1.2.3