Skip to content

Commit

Permalink
HFP-1779 Stop setting segment start time on play event
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Apr 1, 2018
1 parent 283f2e3 commit 6dd68ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/x-api.js
Expand Up @@ -135,7 +135,7 @@ H5P.VideoXAPI = (function ($) {
*/
self.getArgsXAPIPlayed = function (currentTime) {
var resultExtTime = formatFloat(currentTime);
playingSegmentStart = resultExtTime;
//playingSegmentStart = resultExtTime;

return self.getArgsXAPI({
verb: 'https://w3id.org/xapi/video/verbs/played',
Expand Down

0 comments on commit 6dd68ac

Please sign in to comment.