1
0
Fork 0
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:
Bogdan 2023-09-12 12:05:59 +03:00
parent 4e827e726f
commit 69253a4ac4

View file

@ -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) {