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
However, in some cases, there may be an issue in the external service handling this media request, in which case it would be nice if the service could notify the user of the issue by setting the media request status to FAILED. Currently, this is only limited to Sonarr and Radarr being able to set this status.
Right now, the only solution is to set the media request status to DECLINED, but it's unclear to the requester if this was done by the server administrator, or in this case, an external service that failed.
Desired Behavior
A very small patch to this route that allows external services to set the media request status to FAILED.
Additional Context
No response
Code of Conduct
I agree to follow Jellyseerr's Code of Conduct
The text was updated successfully, but these errors were encountered:
Description
Currently, external services can already set the media request status to pending, approved, and declined:
jellyseerr/server/routes/request.ts
Lines 581 to 585 in 1635932
However, in some cases, there may be an issue in the external service handling this media request, in which case it would be nice if the service could notify the user of the issue by setting the media request status to FAILED. Currently, this is only limited to Sonarr and Radarr being able to set this status.
Right now, the only solution is to set the media request status to DECLINED, but it's unclear to the requester if this was done by the server administrator, or in this case, an external service that failed.
Desired Behavior
A very small patch to this route that allows external services to set the media request status to FAILED.
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: