CC-1665: Scheduled stream rebroadcasting and recording
-fixed web stream length not showing up correctly
This commit is contained in:
parent
8b2facaa96
commit
be8262b67c
3 changed files with 9 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue