Skip to content

Conversation

linuxdaemon
Copy link

Description

According to Sonarr's docs (https://sonarr.tv/docs/api/#/ManualImport/post_api_v3_manualimport), this is supposed to be a POST method.

This method currently fails with 405 Method Not Allowed

Related issues

fixes #165

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Technically this is a breaking change, but as the method currently does not work, it will not break a current working impementation.

How has this been tested

  • I have run nox -s tests locally and passed

According to Sonarr's docs (https://sonarr.tv/docs/api/#/ManualImport/post_api_v3_manualimport), this is supposed to be a POST method
@marksie1988
Copy link
Collaborator

Thanks for this PR but the tests havent been updated to reflect the changes to the _POST method

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.

SonarrAPI.upd_manual_import using wrong HTTP method and data types
2 participants