CC-3737: ON AIR turns to grey from time to time, while the stream keeps playing
-fixed
This commit is contained in:
parent
6f3b1bc7c2
commit
3c53d5c7e6
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ function updateProgressBarValue(){
|
||||||
songPercentDone = 0;
|
songPercentDone = 0;
|
||||||
currentSong = null;
|
currentSong = null;
|
||||||
} else {
|
} 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_line_to_switch.attr("class", "line-to-switch on");
|
||||||
scheduled_play_div.addClass("ready")
|
scheduled_play_div.addClass("ready")
|
||||||
scheduled_play_source = true;
|
scheduled_play_source = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue