CC-2260: Liquidsoap and Show contents window do not respect cue-out point

-fixed
This commit is contained in:
martin 2011-09-07 17:50:00 -04:00
parent b73016550b
commit a20bdb941c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<td><?php echo $row["track_title"] ?></td>
<td><?php echo $row["artist_name"] ?></td>
<td><?php echo $row["album_title"] ?></td>
<td><?php echo $row["length"] ?></td>
<td><?php echo $row["clip_length"] ?></td>
<td><?php echo $row["genre"] ?></td>
</tr>
<?php $i=$i+1; ?>