Oops
This commit is contained in:
parent
59003fdec7
commit
0f493a950f
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue