update msnoeg vid

This commit is contained in:
Chris Ham
2018-10-23 17:23:33 -07:00
parent 159d5a328c
commit 8e92d37338
3 changed files with 6 additions and 2 deletions

View File

@@ -142,6 +142,7 @@ function FGFM(config) {
this.showCommercial = (video, callback) => {
return new Promise((resolve, reject) => {
let handleFinish = () => {
console.log('commercial is finished playing...');
this.state.commercialPlaying = false;
if (typeof callback !== 'undefined') callback();
}