mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed: Calendar will show downloaded/downloading if applicable when the show is on air
This commit is contained in:
parent
0ab7d035e1
commit
22cd3695ae
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ define(
|
||||||
statusLevel = 'success';
|
statusLevel = 'success';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (downloading) {
|
else if (downloading) {
|
||||||
statusLevel = 'purple';
|
statusLevel = 'purple';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue