update msnoeg vid
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user