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
airtime_mvc/public/js/airtime/dashboard
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue