This commit is contained in:
Vencislav Atanasov 2024-10-31 00:51:05 +02:00
parent 59003fdec7
commit 0f493a950f
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ if ($activeStream) {
?> ?>
<div class="stream_players_wrapper"> <div class="stream_players_wrapper">
<?php <?php
foreach ($activeStream as $track) { foreach ($activeStream['tracks'] as $track) {
?> ?>
<div> <div>
<h3><?php e_($track); ?></h3> <h3><?php e_($track); ?></h3>