Skip to content

Commit 21f116b

Browse files
committed
remove startVideoTime
1 parent 1e45f1d commit 21f116b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

VideoOS-lua-app/template/wedge/os_wedge_hotspot.lua

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -698,13 +698,9 @@ local function registerMedia()
698698
wedge.guideParentView:alignBottom()
699699
wedge.countDownParentView:alignRight()
700700
end
701-
end,
702-
onMediaProgress = function(progress)
703-
-- dispatchAd(cloud.data, progress)
704701
end
705702
}
706703
media:mediaCallback(callbackTable)
707-
media:startVideoTime()
708704
return media
709705
end
710706

@@ -1030,7 +1026,7 @@ local function onCreate(data)
10301026
end
10311027
if (wedge.launchPlanId ~= nil) then
10321028
osTrack(wedge.launchPlanId, 1, 2)
1033-
if(wedgeLinkUrl(data)~=nil)then
1029+
if (wedgeLinkUrl(data) ~= nil) then
10341030
osTrack(wedge.launchPlanId, 2, 2)
10351031
end
10361032
end

0 commit comments

Comments
 (0)