aboutsummaryrefslogtreecommitdiffstats
path: root/src/Types.hx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Types.hx')
-rw-r--r--src/Types.hx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Types.hx b/src/Types.hx
index 0e89b85..8567f7b 100644
--- a/src/Types.hx
+++ b/src/Types.hx
@@ -13,6 +13,7 @@ typedef VideoData = {
var ?title:String;
var ?url:String;
var ?subs:String;
+ var ?voiceOverTrack:String;
var ?isIframe:Bool;
}
@@ -106,6 +107,7 @@ typedef VideoItem = {
var author:String;
var duration:Float;
var ?subs:String;
+ var ?voiceOverTrack:String;
var isTemp:Bool;
var isIframe:Bool;
}
@@ -118,6 +120,7 @@ private class VideoItemTools {
author: item.author,
duration: item.duration,
subs: item.subs,
+ voiceOverTrack: item.voiceOverTrack,
isTemp: item.isTemp,
isIframe: item.isIframe
};
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage