From 5ace1902e3f208520049c084a4aa6be49d3453db Mon Sep 17 00:00:00 2001 From: fusionate Date: Mon, 30 Dec 2024 12:33:54 -0700 Subject: [PATCH] Recordings: Restore audio playback. --- app/recordings/recordings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/recordings/recordings.php b/app/recordings/recordings.php index cc7b5d65ff..cf82f67db4 100644 --- a/app/recordings/recordings.php +++ b/app/recordings/recordings.php @@ -50,6 +50,7 @@ $settings = new settings(["domain_uuid" => $domain_uuid, "user_uuid" => $user_uuid]); //get the settings + $switch_recordings = $settings->get('switch', 'recordings'); $time_zone = $settings->get('domain', 'time_zone', date_default_timezone_get()); $speech_enabled = $settings->get('speech', 'enabled', false); $recording_storage_type = $settings->get('recordings','storage_type');