mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
Fixed: Calendar will show downloaded/downloading if applicable when the show is on air
This commit is contained in:
@@ -107,7 +107,7 @@ define(
|
|||||||
statusLevel = 'success';
|
statusLevel = 'success';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (downloading) {
|
else if (downloading) {
|
||||||
statusLevel = 'purple';
|
statusLevel = 'purple';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user