Add new features to API on air call which shows the status of the two streams and whether they are switched to live output

This commit is contained in:
Mike Cox 2019-02-18 12:19:41 +00:00
parent fd97b5744a
commit 9e36dda855
3 changed files with 26 additions and 3 deletions

View file

@ -34,7 +34,7 @@
<?php endif; ?>
<div id="tab-1" class="schedule tab_content current">
<iframe onLoad="autoResize('schedule_iframe');" id="schedule_iframe" height="300px" scrolling="yes" frameborder="0" src=<?php echo $this->stationUrl."embed/weekly-program?style=premium"?>></iframe>
<iframe onLoad="autoResize('schedule_iframe');" id="schedule_iframe" height="300px" scrolling="yes" frameborder="0" src="<?php echo $this->stationUrl."embed/weekly-program?style=premium"?>"></iframe>
</div>