From 547dbf5d6754870e27b0c4b397aa8cd1e0e7d91d Mon Sep 17 00:00:00 2001 From: redSpoutnik <15638041+redSpoutnik@users.noreply.github.com> Date: Mon, 16 Dec 2019 17:49:38 +0100 Subject: [PATCH] Update src/components/htmlvideoplayer/plugin.js Co-Authored-By: dkanada --- src/components/htmlvideoplayer/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/htmlvideoplayer/plugin.js b/src/components/htmlvideoplayer/plugin.js index c8716c4e0..f6011302c 100644 --- a/src/components/htmlvideoplayer/plugin.js +++ b/src/components/htmlvideoplayer/plugin.js @@ -603,7 +603,7 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackMa offsetValue = updateCurrentTrackOffset(offsetValue); setVttSubtitleOffset(trackElement, offsetValue); } else { - console.log("No available track, cannot apply offset : ", offsetValue); + console.log("No available track, cannot apply offset: ", offsetValue); } } };