fix(base-scanner): fix PROCESSING status persisting for unmonitored seasons#2311
Merged
fallenbagel merged 1 commit intodevelopfrom Jan 18, 2026
Merged
Conversation
…easons BaseScanner's fallthrough logic was preventing unmonitored seasons from resetting to UNKNOWN status. fix #2310
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes a bug where seasons that become unmonitored in Sonarr would persist in PROCESSING status instead of resetting to UNKNOWN, preventing them from being requestable again.
Changes:
- Added explicit logic to detect when a season is no longer being processed and reset its status to UNKNOWN
- Applied the same fix symmetrically for both standard and 4k status handling
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
Author
|
You can use |
4 tasks
Collaborator
Author
|
Tested by the original reporter: And works |
OwsleyJr
approved these changes
Jan 18, 2026
gauthier-th
approved these changes
Jan 18, 2026
0xSysR3ll
pushed a commit
to 0xSysR3ll/jellyseerr
that referenced
this pull request
Jan 20, 2026
…easons (seerr-team#2311) BaseScanner's fallthrough logic was preventing unmonitored seasons from resetting to UNKNOWN status. fix seerr-team#2310
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
BaseScanner's fallthrough logic was preventing unmonitored seasons from resetting to UNKNOWN status. When SonarrScanner detected an unmonitored season, BaseScanner was preserving the existing PROCESSING status instead of resetting it.
This PR adds explicit logic to detect when a season is no longer being processed and resets the status to UNKNOWN, making it requestable again.
How Has This Been Tested?
(Not tested by me. Can be tested using
:preview-unmonitored-season-processingSteps to test:)
Screenshots / Logs (if applicable)
Checklist:
pnpm buildpnpm i18n:extract