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>