You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The intergation for Prowlarr is a great addition but I noticed that the "Failed" status covers both Indexer Statuses that are either Disabled or Not Responding:
For a slightly clearner look, if possible, it would be good to show a state of "Disabled" if the Indexer is actually disabled. This would make it a bit easier to identify those Indexers that are actually Failing when nothing can be retrieved/obtained for the Indexer.
I've had a quick look at the Prowlarr API and it does look like you can obtain the status of an indexer whether it's enabled or not: "enable": true
or "enable": false