Compare commits
No commits in common. "master" and "church_streamer_v1.0.3" have entirely different histories.
master
...
church_str
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "church_streamer",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.3",
|
||||
"description": "",
|
||||
"main": "index.mjs",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue