Sonarr check
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
This commit is contained in:
parent
97ecf9697e
commit
a7a9a32984
@ -33,6 +33,9 @@ def add_content(
|
||||
headers=headers,
|
||||
).json()
|
||||
|
||||
if service == "sonarr":
|
||||
data = data[0]
|
||||
|
||||
data["monitored"] = True
|
||||
data["qualityProfileId"] = profile_id
|
||||
data["rootFolderPath"] = folder_path
|
||||
|
Loading…
x
Reference in New Issue
Block a user