From 37190c25c653839cc056db8bf6e6c3507c6e6c53 Mon Sep 17 00:00:00 2001 From: denise Date: Wed, 2 May 2012 17:02:05 -0400 Subject: [PATCH] CC-3737: ON AIR turns to grey from time to time, while the stream keeps playing -reverting previous commit --- airtime_mvc/public/js/airtime/dashboard/playlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/dashboard/playlist.js b/airtime_mvc/public/js/airtime/dashboard/playlist.js index a2d3d184e..c61254857 100644 --- a/airtime_mvc/public/js/airtime/dashboard/playlist.js +++ b/airtime_mvc/public/js/airtime/dashboard/playlist.js @@ -91,7 +91,7 @@ function updateProgressBarValue(){ songPercentDone = 0; currentSong = null; } else { - if (currentShow.length > 0){ + if (currentSong.media_item_played == true && currentShow.length > 0){ scheduled_play_line_to_switch.attr("class", "line-to-switch on"); scheduled_play_div.addClass("ready") scheduled_play_source = true;