CC-4219: Smart Playlist: Cannot preview static block
-fixed
This commit is contained in:
parent
d366220b85
commit
4d9a31b3c1
2 changed files with 11 additions and 2 deletions
|
@ -426,6 +426,9 @@ var AIRTIME = (function(AIRTIME) {
|
|||
open_audio_preview(aData.ftype, aData.audioFile, aData.track_title, aData.artist_name);
|
||||
} else if (aData.ftype == 'stream') {
|
||||
open_audio_preview(aData.ftype, aData.audioFile, aData.track_title, aData.artist_name);
|
||||
} else if (aData.ftype == 'block') {
|
||||
blockIndex = $(this).parent().attr('id').substring(3); //remove the bl_
|
||||
open_block_preview(blockIndex, 0);
|
||||
}
|
||||
return false;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue