Compare commits

..

No commits in common. "master" and "church_streamer_v1.0.3" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -169,7 +169,6 @@ class EncoderManager {
}
command = command.replace('-f decklink ', `${settings.format_code} -f decklink ${settings.device} `)
}
command = command.replace('$date$', new Date().toISOString().replace('T','_').replace(/:/g,'').split('.')[0])
let process = await runCommand('', command, this.fromEncoder.bind(this), true)
this.attempting.value = process

View file

@ -1,6 +1,6 @@
{
"name": "church_streamer",
"version": "1.0.4",
"version": "1.0.3",
"description": "",
"main": "index.mjs",
"scripts": {