CC-1665: Scheduled stream rebroadcasting and recording

-fixed web stream length not showing up correctly
This commit is contained in:
Martin Konecny 2012-07-20 22:49:34 -04:00
parent 8b2facaa96
commit be8262b67c
3 changed files with 9 additions and 8 deletions

View file

@ -32,7 +32,7 @@
<span><?php echo $row["track_title"] ?></span>
<span><?php echo $row["creator"] ?></span>
<span><?php echo $row["album_title"] ?></span>
<span><?php echo $row["cliplength"] ?></span>
<span><?php echo $row["length"] ?></span>
</div>
<?php endforeach; ?>
</div>

View file

@ -17,7 +17,7 @@ if (count($items)) : ?>
<?php endif; ?>
<div class="text-row top">
<span class="spl_playlength"><?php echo $item["cliplength"] ?></span>
<span class="spl_playlength"><?php echo $item["length"] ?></span>
<span class="spl_cue ui-state-default"></span>
<span class="spl_title"><?php echo $item['track_title'] ?></span>
</div>