mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-23 22:55:46 -07:00
Update playback_m3u.php
This commit is contained in:
parent
00d6d36a50
commit
e22ab7e095
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ foreach ($m3uData as $entry) {
|
|||
$result = $stream->tags->language;
|
||||
}
|
||||
$result .= '<br>';
|
||||
$result .= sprintf($lang['AUDIO_CODEC'], mb_strtoupper($stream->codec_name, 'UTF-8')) . '<br>';
|
||||
$result .= sprintf($lang['BITRATE'], humn_bitrate($stream->bit_rate)) . '<br>';
|
||||
$result .= sprintf($lang['SAMPLE_RATE'], $stream->sample_rate) . '<br>';
|
||||
$result .= sprintf($lang['CHANNELS'], $stream->channels) . '<br>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue