mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
Update playback_m3u.php
This commit is contained in:
parent
fa8158136c
commit
7be4cbe384
1 changed files with 2 additions and 2 deletions
|
@ -118,9 +118,9 @@ foreach ($m3uData as $entry) {
|
|||
$result = '<span class="warnColor2">' . sprintf($lang['AUDIO_TRACK'], $stream->index) . '</span><br>';
|
||||
|
||||
if (isset($stream->tags->title)) {
|
||||
$result .= $stream->tags->language . ' (' . $stream->tags->title . ')';
|
||||
$result .= '<b>' . mb_strtoupper($stream->tags->language, 'UTF-8') . ' (' . $stream->tags->title . ')' . '</b>';
|
||||
} else {
|
||||
$result .= $stream->tags->language;
|
||||
$result .= '<b>' . mb_strtoupper($stream->tags->language, 'UTF-8') . '</b>';
|
||||
}
|
||||
|
||||
$result .= '<br>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue