CC-4268: Playlist: No "preview" button if a track of the playlist does not exist any more
- fixed
This commit is contained in:
parent
a4c579f36e
commit
a94039a0c6
airtime_mvc/application/views/scripts/playlist
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue