Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow external services to set media request status to MediaRequestStatus.FAILED #1525

Open
1 task done
Sculas opened this issue Mar 25, 2025 · 0 comments
Open
1 task done
Labels
awaiting triage This issue needs to be reviewed enhancement New feature or request

Comments

@Sculas
Copy link

Sculas commented Mar 25, 2025

Description

Currently, external services can already set the media request status to pending, approved, and declined:

requestRoutes.post<{
requestId: string;
status: 'pending' | 'approve' | 'decline';
}>(
'/:requestId/:status',

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
@Sculas Sculas added awaiting triage This issue needs to be reviewed enhancement New feature or request labels Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting triage This issue needs to be reviewed enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant