From cec70c519450cbdda1039bee1b94d4f1b2bfb903 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Tue, 27 Jan 2026 17:13:39 -0700 Subject: [PATCH] When saving recording stay on the edit page --- app/recordings/recording_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/recordings/recording_edit.php b/app/recordings/recording_edit.php index f8ad21d05a..93ff1e7115 100644 --- a/app/recordings/recording_edit.php +++ b/app/recordings/recording_edit.php @@ -281,7 +281,7 @@ message::add($text['message-update']); //redirect - header("Location: recordings.php"); + header("Location: recording_edit.php?id=".$recording_uuid); exit; } }