We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add the ability to get series:
include_series: bool = False
add arg include_series: bool = False,
include_series: bool = False,
if include_series: params["includeSeries"] = "True"
Allows a user to include the whole series
The text was updated successfully, but these errors were encountered:
Branch 114-sonarr_add_include_series_to_get_wanted created!
Sorry, something went wrong.
marksie1988
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Expected feature
Add the ability to get series:
include_series: bool = False
Possible Solutions
add arg
include_series: bool = False,
Context / Reason
Allows a user to include the whole series
Code of Conduct
The text was updated successfully, but these errors were encountered: