Skip to content

Sonarr season images fix#184

Merged
davidnewhall merged 12 commits intogolift:mainfrom
Fyb3roptik:sonarr-season-images-fix
Jan 25, 2026
Merged

Sonarr season images fix#184
davidnewhall merged 12 commits intogolift:mainfrom
Fyb3roptik:sonarr-season-images-fix

Conversation

@Fyb3roptik
Copy link
Contributor

@Fyb3roptik Fyb3roptik commented Dec 2, 2025

Feature

This allows the true/false flag to be passed for includeSeasonImages

QA

This is working for me when using my repo for testing. I am now able to fetch all season images of a series!

@davidnewhall
Copy link
Contributor

I like the change, but I want to know if we can remove the new boolean so we don't break the API. Thank you!

Co-authored-by: David Newhall II <david@sleepers.pro>
{
Name: "404",
ExpectedPath: path.Join("/", starr.API, sonarr.APIver, "series", "2"),
ExpectedPath: path.Join("/", starr.API, sonarr.APIver, "series", "2") + "?includeSeasonImages=true",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same thing here. Do this for all of them. No need to use + at all.

Suggested change
ExpectedPath: path.Join("/", starr.API, sonarr.APIver, "series", "2") + "?includeSeasonImages=true",
ExpectedPath: path.Join("/", starr.API, sonarr.APIver, "series", "2includeSeasonImages=true"),

@davidnewhall davidnewhall merged commit 9ec26ee into golift:main Jan 25, 2026
10 checks passed
@davidnewhall
Copy link
Contributor

Thank you!

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.

2 participants