WHen saving v4l settings redirect back to watch instead of console.

This commit is contained in:
Isaac Connor 2021-10-16 18:30:55 -04:00
parent bfcc6ed13e
commit 16d0e269df
1 changed files with 5 additions and 3 deletions

View File

@ -45,5 +45,7 @@ if ( $action == 'settings' ) {
dbQuery(
'UPDATE Monitors SET Brightness = ?, Contrast = ?, Hue = ?, Colour = ? WHERE Id = ?',
array($brightness, $contrast, $hue, $colour, $mid));
global $redirect;
$redirect = '?view=watch&mid='.$mid;
}
?>