mirror of
https://github.com/Radarr/Radarr
synced 2025-02-20 13:27:10 +00:00
Fix status style for unmonitored events
This commit is contained in:
parent
4e827e726f
commit
69253a4ac4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue