CC-4478: Library: audio preview check should be skipped if file does not exist

-fixed
This commit is contained in:
denise 2012-09-18 15:52:11 -04:00
parent 0241eb4714
commit 8cae11d588
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ var AIRTIME = (function(AIRTIME){
//and verify whether they can be previewed by the browser or not. If not
//then the playlist element is greyed out
mod.validatePlaylistElements = function(){
$.each($(".big_play"), function(index, value){
$.each($(".big_play ui-icon-play"), function(index, value){
if ($(value).attr('blockId') === undefined) {
var mime = $(value).attr("data-mime-type");
if (isAudioSupported(mime)) {