Update playback_m3u.php

This commit is contained in:
Roman Kelesidis 2024-08-31 18:37:15 +07:00
commit fa8158136c

View file

@ -115,7 +115,7 @@ foreach ($m3uData as $entry) {
return null; return null;
} }
$result = '<span class="warnColor2">' . sprintf($lang['AUDIO_TRACK'], $audioTracks) . '</span><br>'; $result = '<span class="warnColor2">' . sprintf($lang['AUDIO_TRACK'], $stream->index) . '</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 . ')';