mirror of
https://github.com/seerr-team/seerr.git
synced 2026-04-18 22:38:17 -04:00
When media is already available (e.g. manually added to Jellyfin), sendToRadarrand sendToSonarr incorrectly kept the request status as APPROVED instead ofmarking it COMPLETED. This caused the "available" filter to miss these requestssince it requires both COMPLETED status and AVAILABLE media. Additionally, MediaSubscriber.updateRelatedMediaRequest only queried forAPPROVED requests when transitioning to COMPLETED, so FAILED requests werenever picked up when media became available via library scan. fix #2409