CDR - Recording Playback: Fix progress indicator in chromium based browsers.

This commit is contained in:
fusionate
2024-10-16 17:29:10 -06:00
parent 9c68c183f2
commit 5459bca44b
2 changed files with 2 additions and 2 deletions

View File

@@ -1892,7 +1892,7 @@ if (!class_exists('xml_cdr')) {
ob_clean();
//content-range
if (isset($_SERVER['HTTP_RANGE']) && $_GET['t'] != "bin" && $_GET['t'] != "record") {
if (isset($_SERVER['HTTP_RANGE']) && $_GET['t'] != "bin") {
$this->range_download($record_file);
}