CC-3888: Record Show: ON AIR light and scheduled Play will ON for several seconds when a record show starts
-fixed
This commit is contained in:
parent
b6446442ba
commit
3566480999
2 changed files with 5 additions and 1 deletions
|
@ -83,7 +83,7 @@ function updateProgressBarValue(){
|
|||
songPercentDone = 0;
|
||||
currentSong = null;
|
||||
} else {
|
||||
if ((currentSong.media_item_played == true && currentShow.length > 0) || songElapsedTime < 5000) {
|
||||
if ((currentSong.media_item_played == true && currentShow.length > 0) || (songElapsedTime < 5000 && currentShow[0].record != 1)) {
|
||||
scheduled_play_line_to_switch.attr("class", "line-to-switch on");
|
||||
scheduled_play_div.addClass("ready");
|
||||
scheduled_play_source = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue