Typo Fix in recordings.php (#6504)

This commit is contained in:
demonspork 2022-12-08 17:16:13 -06:00 committed by GitHub
parent 7997d808ce
commit a62235e983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@
// If the range starts with an '-' we start from the beginning
// If not, we forward the file pointer
// And make sure to get the end byte if spesified
if ($range0 == '-') {
if ($range == '-') {
// The n-number of the last bytes is requested
$c_start = $size - substr($range, 1);
}