We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df18443 commit e17ae62Copy full SHA for e17ae62
1 file changed
lib/dtsc.cpp
@@ -3036,6 +3036,7 @@ namespace DTSC{
3036
trackJSON["init"] = getInit(*it);
3037
trackJSON["firstms"] = getFirstms(*it);
3038
trackJSON["lastms"] = getLastms(*it);
3039
+ trackJSON["nowms"] = getNowms(*it);
3040
trackJSON["bps"] = getBps(*it);
3041
trackJSON["maxbps"] = getMaxBps(*it);
3042
if (!skipDynamic && getLive()){
0 commit comments