mirror of https://github.com/Radarr/Radarr
Fix status style for unmonitored events
This commit is contained in:
parent
4e827e726f
commit
69253a4ac4
|
@ -10,7 +10,7 @@ function getStatusStyle(status, monitored, hasFile, isAvailable, returnType, que
|
|||
}
|
||||
|
||||
if (hasFile && !monitored) {
|
||||
return returnType === 'kinds' ? kinds.DEFAULT : 'unreleased';
|
||||
return returnType === 'kinds' ? kinds.DEFAULT : 'unmonitored';
|
||||
}
|
||||
|
||||
if (isAvailable && monitored) {
|
||||
|
|
Loading…
Reference in New Issue