diff --git a/pyarr/sonarr_api.py b/pyarr/sonarr_api.py index 2dd8249..4a45529 100644 --- a/pyarr/sonarr_api.py +++ b/pyarr/sonarr_api.py @@ -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: diff --git a/pyproject.toml b/pyproject.toml index 14daa18..96d6ba4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"