Files
seerr/server
fallenbagel d4a5a6fe4e fix: mark requests as completed when media is already available
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
2026-02-28 06:23:29 +08:00
..
2026-02-28 00:58:28 +08:00
2026-02-28 00:58:50 +08:00