- moved calcAdditionalShowData call before currentShow and nextShow get assigned

This commit is contained in:
denise 2012-05-29 14:19:31 -04:00
parent 8f214c2ae6
commit 3277a81221
1 changed files with 3 additions and 3 deletions

View File

@ -239,11 +239,11 @@ function parseItems(obj){
if (nextSong !== null)
calcAdditionalData(nextSong);
currentShow = obj.currentShow;
nextShow = obj.nextShow;
calcAdditionalShowData(obj.currentShow);
calcAdditionalShowData(obj.nextShow);
currentShow = obj.currentShow;
nextShow = obj.nextShow;
var schedulePosixTime = convertDateToPosixTime(obj.schedulerTime);
//timezoneOffset = parseInt(obj.timezoneOffset)*1000;