This commit is contained in:
devdatt 2026-01-31 19:35:12 +05:30
parent 0185862dea
commit 6c2d947871
1 changed files with 11 additions and 4 deletions

View File

@ -110,7 +110,14 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
$data = $new; // reload into form
$saveSuccess = "Saved.";
}
update_service("display");
update_service("rtmp0");
update_service("rtmp1");
update_service("udp0");
update_service("udp1");
update_service("udp2");
update_service("srt");
update_service("custom");
update_service("input");
}
?>