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

feat: Add tvdbId to get_series #133

Merged
merged 8 commits into from
Apr 8, 2023

Conversation

marksie1988
Copy link
Collaborator

@marksie1988 marksie1988 commented Apr 8, 2023

Description

Add the option to use tvdbId with get_series in Sonarr

Related issues

closes #128

Motivation and Context

Adds a missing feature

How has this been tested

Tested with pytest

Types of changes

  • Docs change / refactoring.
  • Non-breaking change (fix or feature that wouldn't cause existing functionality to change/break).
  • Breaking change (fix or feature that would cause existing functionality to change/break).

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes don't generate new warnings.
  • I have read the CONTRIBUTING document.
  • I have added tests that prove my fix is effective or that my feature works.
  • All new and existing tests pass.

@marksie1988 marksie1988 added the type/feature New feature or request label Apr 8, 2023
@marksie1988 marksie1988 added this to the 5.0.0 milestone Apr 8, 2023
@marksie1988 marksie1988 merged commit ff905d1 into totaldebug:master Apr 8, 2023
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 this pull request may close these issues.

SonarrAPI.get_series_by_tvdb_id(tvdbId) is missing
1 participant