clear video timer on stream ending

This commit is contained in:
Chris Ham
2018-10-28 10:53:16 -07:00
parent f3a4159823
commit b86e2f102f

View File

@@ -67,6 +67,8 @@ function FGFM(config) {
console.log(`Credits will be shown in ${creditsDelaySeconds} seconds!`);
let end = () => {
clearTimeout(this.state.videoTimer);
this.state.showStatus = 'ENDING';
this.obs.switchToScene('credits')