CC-3637: Now playing shows "Nothing Scheduled" when restreaming external source

-fixed
This commit is contained in:
denise 2012-04-13 13:02:54 -04:00
parent ef22a33258
commit a7ac80e785
1 changed files with 2 additions and 2 deletions

View File

@ -150,9 +150,9 @@ function updatePlaybar(){
}else{
if (master_dj_on_air) {
$('#current').html("Current: <span style='color:red; font-weight:bold'>Master DJ On Air</span>");
} else if (scheduled_play_on_air) {
$('#current').html("Current: <span style='color:red; font-weight:bold'>Show DJ On Air</span>");
} else if (live_dj_on_air) {
$('#current').html("Current: <span style='color:red; font-weight:bold'>Live DJ On Air</span>");
} else {
$('#current').html("Current: <span style='color:red; font-weight:bold'>Nothing Scheduled</span>");
}
}