From 12ddf300493f93d90e0b5b4a6170a53a1504fbd0 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Thu, 16 Aug 2012 16:52:38 -0400 Subject: [PATCH] CC-1665: Scheduled stream rebroadcasting and recording -fixed preview icon in context menu doesn't work --- airtime_mvc/public/js/airtime/library/library.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/library/library.js b/airtime_mvc/public/js/airtime/library/library.js index bcd364d5f..124b81e4a 100644 --- a/airtime_mvc/public/js/airtime/library/library.js +++ b/airtime_mvc/public/js/airtime/library/library.js @@ -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_