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

Sonarr: Add include series to get_wanted #114

Closed
2 tasks done
marksie1988 opened this issue Jun 28, 2022 · 1 comment · Fixed by #115
Closed
2 tasks done

Sonarr: Add include series to get_wanted #114

marksie1988 opened this issue Jun 28, 2022 · 1 comment · Fixed by #115
Assignees
Labels
type/feature New feature or request

Comments

@marksie1988
Copy link
Collaborator

Is there an existing issue for this?

  • I have searched the existing issues

Expected feature

Add the ability to get series:

include_series: bool = False

Possible Solutions

add arg include_series: bool = False,

 if include_series:
    params["includeSeries"] = "True"

Context / Reason

Allows a user to include the whole series

Code of Conduct

  • I agree to follow this project's Code of Conduct
@marksie1988 marksie1988 added the type/feature New feature or request label Jun 28, 2022
@marksie1988 marksie1988 self-assigned this Jun 28, 2022
@github-actions
Copy link

Branch 114-sonarr_add_include_series_to_get_wanted created!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant