adding fields to allow for multiple playlists scheduled in a show

This commit is contained in:
Naomi 2011-01-06 16:20:51 -05:00
parent daf37fa548
commit 9854834b26
7 changed files with 37 additions and 7 deletions

View file

@ -5,4 +5,5 @@
<td><?php echo $this->album_title ?></td>
<td><?php echo $this->track_number ?></td>
<td><?php echo $this->length ?></td>
<td><?php echo $this->ftype ?></td>
</tr>