CC-1665: Scheduled stream rebroadcasting and recording
-fixed preview icon in context menu doesn't work
This commit is contained in:
parent
9930ffae35
commit
12ddf30049
|
@ -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_
|
||||
|
|
Loading…
Reference in New Issue