Fixed: Calendar will show downloaded/downloading if applicable when the show is on air

pull/2/head
Mark McDowall 11 years ago
parent 0ab7d035e1
commit 22cd3695ae

@ -107,7 +107,7 @@ define(
statusLevel = 'success'; statusLevel = 'success';
} }
if (downloading) { else if (downloading) {
statusLevel = 'purple'; statusLevel = 'purple';
} }

Loading…
Cancel
Save