From ea79fb656d451b759f72eb90dd5e297379e14130 Mon Sep 17 00:00:00 2001 From: iamdoubz <> Date: Mon, 6 Jul 2026 17:56:16 -0500 Subject: [PATCH] docs(commands): correct playback requirement id to FR-REC-5 --- src-tauri/src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/src/commands.rs b/src-tauri/src/commands.rs index 3b0727f..c5b59c8 100644 --- a/src-tauri/src/commands.rs +++ b/src-tauri/src/commands.rs @@ -1639,7 +1639,7 @@ pub async fn delete_meeting(state: State<'_, AppState>, meeting_id: MeetingId) - } /// Return a filesystem path to a playable `audio.wav` for the in-app player -/// (FR-REC-4). A plaintext recording plays in place; one sealed at rest (T8.8) +/// (FR-REC-5). A plaintext recording plays in place; one sealed at rest (T8.8) /// is decrypted to a sibling `audio.play.wav` (requires the vault unlocked). /// Errors when the meeting has no retained recording. #[tauri::command]