version: 3.0.1 (Docker Compose)
I am encountering an issue where new seasons requested are erroneously detected as already existing, and therefore aren't being sent to Sonarr.
I was not experiencing this issue before upgrading from Jellyseer v2.7.3 to Seer v3.0.0.
From what I can tell this issue was recently submitted, and fixed (included in 3.0.0):
https://github.com/seerr-team/seerr/issues/2413 fixed in https://github.com/seerr-team/seerr/pull/2412 but I am still having this issue when I didn't before upgrading.
The issue happens when a show already has 1 successfully downloaded season and another season of that show is requested. It does not happen when requesting a season of a completely new show.
As with the referenced issue I am seeing this in the logs when requesting a new season that does not already exist in Jellyfin:
2026-02-15T11:27:40.750Z [warn][Media Request]: Media became available before request was approved. Skipping approval notification{"mediaId":6,"requestId":23}
2026-02-15T11:27:40.750Z [warn][Media Request]: Media already exists, marking request as APPROVED{"mediaId":6,"requestId":23}
Description when a show as some season available the show is marked as available, and when we request a new season it's marked available instantly and skip the sonarr request I'm using post...

