Update src/components/htmlvideoplayer/plugin.js

Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
redSpoutnik 2019-12-16 17:49:38 +01:00 committed by GitHub
parent b0d4b94140
commit 547dbf5d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}
};