aboutsummaryrefslogtreecommitdiffstats
path: root/src/Types.hx
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2021-02-14 06:46:05 +0300
committerRblSb <msrblsb@gmail.com>2021-02-14 06:46:05 +0300
commit600156045aa6f93c79fd57ee4e76d588b3f734e6 (patch)
tree85f1910e202091a2c446e21a4f938214c66b311c /src/Types.hx
parent5b4d9c6257f7563ef685ab383037906355fbf054 (diff)
Subtitles url input
Can be enabled by plugins
Diffstat (limited to 'src/Types.hx')
-rw-r--r--src/Types.hx2
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
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage