mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
Update ffprobe_info.php
This commit is contained in:
parent
3d9e61389a
commit
da0aa4df1a
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ function humn_bitrate(int $bitrate, string $space = ' '): string
|
||||||
function humn_sample_rate(int $sample_rate, string $space = ' '): string
|
function humn_sample_rate(int $sample_rate, string $space = ' '): string
|
||||||
{
|
{
|
||||||
$unit = '';
|
$unit = '';
|
||||||
return commify($sample_rate, 2) . $space . $unit;
|
return commify($sample_rate, thousands_separator: '.') . $space . $unit;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->response['file_index'] = $file_index;
|
$this->response['file_index'] = $file_index;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue