Allow requesting unrequested seasons while another is pending - #1092
Open
TheyCallMeSpy wants to merge 1 commit into
Open
Allow requesting unrequested seasons while another is pending#1092TheyCallMeSpy wants to merge 1 commit into
TheyCallMeSpy wants to merge 1 commit into
Conversation
seerrRequestActionFor gated the whole request button on Seerr's aggregate media status, which only reflects what was already requested - so once any season sat at plain "pending" (status 2, not yet "partially available"), the button disappeared entirely, blocking seasons that were never part of any request at all. Now a season nobody has requested or that isn't already in the library (SeerrQualityStatus.unavailableOrRequestedSeasons) keeps Request More available regardless of the aggregate status.
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.
Summary
seerrRequestActionForgated the whole "Request More" button on Seerr's aggregate media status, which only reflects what was already requested - so once any season sat at plain "pending" (status 2, not yet "partially available"), the button disappeared entirely, blocking seasons that were never part of any request at all (e.g. requesting an unreleased season, then wanting to also request Season 1).Related Issues
None - found this myself while using the app.
Type of Change
Changes Made
seerrRequestActionForgains ahasUnrequestedSeasonsparam - when true, keeps Request More available even while the rest of the track sits at plain "pending"item_detail_screen.dartcomputeshasUnrequestedSeasonsfromSeerrQualityStatus.unavailableOrRequestedSeasonsagainst the show's real season listPlatform
Testing
Test Steps
Screenshots
N/A - button visibility logic only, no UI layout change.
Checklist
🤖 Generated with Claude Code