CC-3737: ON AIR turns to grey from time to time, while the stream keeps playing
-reverting previous commit
This commit is contained in:
parent
ff6e2a2e5a
commit
37190c25c6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue