Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change SeriesSearch to MissingEpisodeSearch for season requests #711

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

PCJones
Copy link

@PCJones PCJones commented Apr 9, 2024

Description

This fix changes the behavior of how Overseerr requests series data from Sonarr. Previously, when adding new seasons to a partially available series, Overseerr would initiate a SeriesSearch, causing Sonarr to search for all monitored seasons of the series, including those already available. This behavior is now corrected by executing a MissingEpisodeSearch for the specific seriesId, which results in Sonarr only searching for the seasons that are not already available (including the newly requested seasons).

Screenshot (if UI-related)

To-Dos

  • Successful build yarn build
    -Translation keys yarn i18n:extract
    -Database migration (if required)

Issues Fixed or Closed

This fix changes the behavior of how Overseerr requests series data from Sonarr. Previously, when adding new seasons to a partially available series, Overseerr would initiate a SeriesSearch, causing Sonarr to search for all monitored seasons of the series, including those already available. This behavior is now corrected by executing a MissingEpisodeSearchCommand for the specific seriesId, which aligns with the intended behavior of only searching for and adding the newly requested seasons that are not already available.

Resolves: Fallenbagel#710
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jellyseerr forces full series search instead of just the selected season
1 participant