CC-1665: Scheduled stream rebroadcasting and recording

-fixed preview icon in context menu doesn't work
This commit is contained in:
Martin Konecny 2012-08-16 16:52:38 -04:00
parent 9930ffae35
commit 12ddf30049
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ var AIRTIME = (function(AIRTIME) {
if (data.ftype === 'playlist' && data.length !== '0.0'){
playlistIndex = $(this).parent().attr('id').substring(3); //remove the pl_
open_playlist_preview(playlistIndex, 0);
} else if (data.ftype === 'audioclip') {
} else if (data.ftype === 'audioclip' || data.ftype === 'stream') {
open_audio_preview(data.ftype, data.audioFile, data.track_title, data.artist_name);
} else if (data.ftype === 'block') {
blockIndex = $(this).parent().attr('id').substring(3); //remove the pl_