mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Fixed: Calendar will show downloaded/downloading if applicable when the show is on air
This commit is contained in:
parent
0ab7d035e1
commit
22cd3695ae
@ -107,7 +107,7 @@ define(
|
||||
statusLevel = 'success';
|
||||
}
|
||||
|
||||
if (downloading) {
|
||||
else if (downloading) {
|
||||
statusLevel = 'purple';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user