diff --git a/src/scripts/interactive-video.js b/src/scripts/interactive-video.js index c90a33fb..e54271d0 100644 --- a/src/scripts/interactive-video.js +++ b/src/scripts/interactive-video.js @@ -659,7 +659,7 @@ InteractiveVideo.prototype.setCaptionTracks = function (tracks) { InteractiveVideo.prototype.getCurrentState = function () { var self = this; if (!self.video || !self.video.play) { - return; // Missing video + return this.contentData?.previousState; // Missing video or not yet initialized } var state = {