CC-1665: Scheduled stream rebroadcasting and recording
-playlists load contents now correctly identify tracks vs streams
This commit is contained in:
parent
cf2f96ecf1
commit
8b2facaa96
15 changed files with 283 additions and 105 deletions
|
@ -29,9 +29,9 @@
|
|||
<div><span>Contents: </span>
|
||||
<?php foreach($this->contents as $row) : ?>
|
||||
<div>
|
||||
<span><?php echo $row["CcFiles"]["track_title"] ?></span>
|
||||
<span><?php echo $row["CcFiles"]["artist_name"] ?></span>
|
||||
<span><?php echo $row["CcFiles"]["album_title"] ?></span>
|
||||
<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>
|
||||
</div>
|
||||
<?php endforeach; ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue