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

-reverting previous commit
This commit is contained in:
denise 2012-05-02 17:02:05 -04:00
parent ff6e2a2e5a
commit 37190c25c6
1 changed files with 1 additions and 1 deletions

View File

@ -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;