mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-23 14:45:43 -07:00
Updated
This commit is contained in:
parent
323bfe9950
commit
5f9f4dab6f
2 changed files with 2 additions and 2 deletions
|
@ -1276,7 +1276,7 @@ $lang['CHANNELS'] = 'Channels: <b>%s</b>';
|
||||||
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
$lang['CHANNELS_LAYOUT'] = 'Channels layout: <b>%s</b>';
|
||||||
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
$lang['BITRATE'] = 'Bitrate: <b>%s</b>';
|
||||||
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
$lang['SAMPLE_RATE'] = 'Sample rate: <b>%s</b>';
|
||||||
$lang['AUDIO_TRACK'] = 'Audio track (%s):';
|
$lang['AUDIO_TRACK'] = 'Audio track (%d):';
|
||||||
$lang['AUDIO_CODEC'] = 'Audio codec: <b>%s</b>';
|
$lang['AUDIO_CODEC'] = 'Audio codec: <b>%s</b>';
|
||||||
$lang['VIDEO_CODEC'] = 'Video codec: <b>%s</b>';
|
$lang['VIDEO_CODEC'] = 'Video codec: <b>%s</b>';
|
||||||
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
$lang['DOWNLOAD_M3U_FILE'] = 'Download .m3u file';
|
||||||
|
|
|
@ -115,7 +115,7 @@ foreach ($m3uData as $entry) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
$result = '<span class="warnColor2">'.$lang['AUDIO_TRACK'].'</span><br>';
|
$result = '<span class="warnColor2">' . sprintf($lang['AUDIO_TRACK'], 1) . '</span><br>';
|
||||||
|
|
||||||
if (isset($stream->tags->title)) {
|
if (isset($stream->tags->title)) {
|
||||||
$result .= $stream->tags->language . ' (' . $stream->tags->title . ')';
|
$result .= $stream->tags->language . ' (' . $stream->tags->title . ')';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue