Skip to content

Commit

Permalink
Merge pull request #78 from Archmonger/sonarr-post-command
Browse files Browse the repository at this point in the history
SonarrAPI set_command() -> post_command()
  • Loading branch information
marksie1988 authored Aug 2, 2021
2 parents 144535e + 2087071 commit 34a3d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyarr/sonarr_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def get_command(self, id_=None):
return res

# POST /command
def set_command(self, name, **kwargs):
def post_command(self, name, **kwargs):
"""Performs any of the predetermined Sonarr command routines
Note:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyarr"
version = "2.0.2"
version = "2.0.3"
description = "A Sonarr and Radarr API Wrapper"
authors = ["Steven Marks <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 34a3d67

Please sign in to comment.