1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-16 21:15:33 -04:00

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

This commit is contained in:
Mark McDowall
2014-01-30 17:51:34 -08:00
parent 0ab7d035e1
commit 22cd3695ae

View File

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