CC-3395: Play preview for playlists and timelines for shows should show a list under the pop-up player which will play the entire playlist.

- Updated jplayer so it now shows a list view under the player which shows details of the track being played, and for playlists the entire playlist list.
- Also enabled playing playlists from the library.
This commit is contained in:
Daniel 2012-03-09 18:47:08 -05:00
parent 709e117f41
commit 470cf0dbf8
11 changed files with 704 additions and 106 deletions

View file

@ -244,15 +244,6 @@ var AIRTIME = (function(AIRTIME){
highlightActive(icon);
}
}
function openAudioPreview(event) {
event.stopPropagation();
var audioFile = $(this).attr('audioFile');
var id = "";
open_audio_preview(audioFile, id);
}
function editName() {
var nameElement = $(this),