Skip to content

Commit 34a3d67

Browse files
authored
Merge pull request #78 from Archmonger/sonarr-post-command
SonarrAPI set_command() -> post_command()
2 parents 144535e + 2087071 commit 34a3d67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyarr/sonarr_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def get_command(self, id_=None):
102102
return res
103103

104104
# POST /command
105-
def set_command(self, name, **kwargs):
105+
def post_command(self, name, **kwargs):
106106
"""Performs any of the predetermined Sonarr command routines
107107
108108
Note:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyarr"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "A Sonarr and Radarr API Wrapper"
55
authors = ["Steven Marks <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)