CC-5220
Cancelled show still appears on Dashboard
This commit is contained in:
parent
af595e0c8a
commit
deecc9db7b
1 changed files with 3 additions and 0 deletions
|
@ -260,10 +260,13 @@ function parseItems(obj){
|
||||||
calculateTimeToNextSong();
|
calculateTimeToNextSong();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
currentShow = new Array();
|
||||||
if (obj.currentShow.length > 0) {
|
if (obj.currentShow.length > 0) {
|
||||||
calcAdditionalShowData(obj.currentShow);
|
calcAdditionalShowData(obj.currentShow);
|
||||||
currentShow = obj.currentShow;
|
currentShow = obj.currentShow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nextShow = new Array();
|
||||||
if (obj.nextShow.length > 0) {
|
if (obj.nextShow.length > 0) {
|
||||||
calcAdditionalShowData(obj.nextShow);
|
calcAdditionalShowData(obj.nextShow);
|
||||||
nextShow = obj.nextShow;
|
nextShow = obj.nextShow;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue