fix timer resolution

This commit is contained in:
Chris Ham
2018-10-23 11:52:26 -07:00
parent 2476e6a721
commit 159d5a328c
2 changed files with 15 additions and 3 deletions

10
fgfm.js
View File

@@ -156,6 +156,16 @@ const streamInit = (config, twitch) => {
},
showact: (cmd) => {
obs.showActivity().catch(console.error);
},
hideact: (cmd) => {
obs.hideActivity().catch(console.error);
},
add: (cmd) => {
// @TODO: DRY this out with the checks in vr
let requestedVideoId = cmd.args[1] || false;