CC-3637: Now playing shows "Nothing Scheduled" when restreaming external source
-semi-fixed
This commit is contained in:
parent
ddf1a6d027
commit
a7fb8ea3f2
|
@ -149,9 +149,9 @@ function updatePlaybar(){
|
|||
$('#current').text(currentSong.name+",");
|
||||
}else{
|
||||
if (master_dj_on_air) {
|
||||
$('#current').html("Current: <span style='color:red; font-weight:bold'>Master DJ On Air</span>");
|
||||
$('#current').html("Current: <span style='color:red; font-weight:bold'>Master Stream</span>");
|
||||
} else if (live_dj_on_air) {
|
||||
$('#current').html("Current: <span style='color:red; font-weight:bold'>Live DJ On Air</span>");
|
||||
$('#current').html("Current: <span style='color:red; font-weight:bold'>"+currentShow.name+"</span>");
|
||||
} else {
|
||||
$('#current').html("Current: <span style='color:red; font-weight:bold'>Nothing Scheduled</span>");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue