добавил + в доп время
This commit is contained in:
@@ -355,9 +355,10 @@ function startTimer() {
|
|||||||
|
|
||||||
async function triggerVmixExtraTimeAction(minutes, half) {
|
async function triggerVmixExtraTimeAction(minutes, half) {
|
||||||
const title = "ДОБАВЛЕННОЕ ВРЕМЯ ДЛЯ ВЕРХНЕГО СЧЕТА"
|
const title = "ДОБАВЛЕННОЕ ВРЕМЯ ДЛЯ ВЕРХНЕГО СЧЕТА"
|
||||||
|
const value = `+${minutes}`;
|
||||||
|
|
||||||
const commands = [
|
const commands = [
|
||||||
vmixCmd(`Function=SetText&Input=${encodeURIComponent(title)}&SelectedName=Добавленное.Text&Value=+${minutes}`),
|
vmixCmd(`Function=SetText&Input=${encodeURIComponent(title)}&SelectedName=Добавленное.Text&Value=${encodeURIComponent(value)}`),
|
||||||
vmixCmd(`Function=PreviewInput&Input=${encodeURIComponent(title)}`)
|
vmixCmd(`Function=PreviewInput&Input=${encodeURIComponent(title)}`)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user