CC-3737: ON AIR turns to grey from time to time, while the stream keeps playing

-fixed
This commit is contained in:
denise 2012-05-01 10:51:28 -04:00
parent 6f3b1bc7c2
commit 3c53d5c7e6
1 changed files with 1 additions and 1 deletions
airtime_mvc/public/js/airtime/dashboard

View File

@ -91,7 +91,7 @@ function updateProgressBarValue(){
songPercentDone = 0;
currentSong = null;
} else {
if (currentSong.media_item_played == true && currentShow.length > 0){
if (currentShow.length > 0){
scheduled_play_line_to_switch.attr("class", "line-to-switch on");
scheduled_play_div.addClass("ready")
scheduled_play_source = true;