CC-4268: Playlist: No "preview" button if a track of the playlist does not exist any more

- fixed
This commit is contained in:
James 2012-08-23 11:32:37 -04:00
parent a4c579f36e
commit a94039a0c6
1 changed files with 4 additions and 0 deletions
airtime_mvc/application/views/scripts/playlist

View File

@ -24,6 +24,10 @@ if ($item['type'] == 2) {
<div class="big_play ui-state-hover" blockId="<?php echo $item["item_id"]; ?>">
<span class="ui-icon ui-icon-alert"></span>
</div>
<?php else:?>
<div class="big_play ui-state-hover">
<span class="ui-icon ui-icon-alert"></span>
</div>
<?php endif; ?>
<div class="text-row top">
<span class="spl_playlength"><?php echo $item["length"] ?></span>