добавил + в доп время

This commit is contained in:
2026-05-15 13:55:52 +03:00
parent e3b612433c
commit eda35ade7e

View File

@@ -355,9 +355,10 @@ function startTimer() {
async function triggerVmixExtraTimeAction(minutes, half) {
const title = "ДОБАВЛЕННОЕ ВРЕМЯ ДЛЯ ВЕРХНЕГО СЧЕТА"
const value = `+${minutes}`;
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)}`)
];