From 22cd3695ae9c4dc77b3728c23d9372458c357989 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 30 Jan 2014 17:51:34 -0800 Subject: [PATCH] Fixed: Calendar will show downloaded/downloading if applicable when the show is on air --- src/UI/Calendar/CalendarView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/Calendar/CalendarView.js b/src/UI/Calendar/CalendarView.js index 471c64ea1..702a0a73c 100644 --- a/src/UI/Calendar/CalendarView.js +++ b/src/UI/Calendar/CalendarView.js @@ -107,7 +107,7 @@ define( statusLevel = 'success'; } - if (downloading) { + else if (downloading) { statusLevel = 'purple'; }