When saving recording stay on the edit page

This commit is contained in:
markjcrane
2026-01-27 17:13:39 -07:00
parent 006a790356
commit cec70c5194

View File

@@ -281,7 +281,7 @@
message::add($text['message-update']);
//redirect
header("Location: recordings.php");
header("Location: recording_edit.php?id=".$recording_uuid);
exit;
}
}