]> _ Git - fluidbook-html5.git/commitdiff
wip #7939 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 13 Jan 2026 11:30:41 +0000 (12:30 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 13 Jan 2026 11:30:41 +0000 (12:30 +0100)
js/libs/fluidbook/fluidbook.video.js

index 7d3a56df24a5ff18cb612c70c43a87094cbeb720..662d25264ccaf66ba4da4e1a02d370762de865b4 100644 (file)
@@ -268,6 +268,7 @@ FluidbookVideo.prototype = {
         function sendPlayEvent() {
             if (!playEventSent) {
                 $this.fluidbook.stats.trackEvent(statsType, 'play', statsName);
+                $this.fluidbook.contentlock.addAction(linkid, 'play');
                 playEventSent = true;
             }
         }