Fix
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run

This commit is contained in:
Parker M. 2025-01-20 21:10:45 -06:00
parent de7bdb5512
commit 15ecb5c246
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E

View File

@ -33,9 +33,6 @@ def add_content(
headers=headers,
).json()
if len(data) > 1:
data = data[0]
data["monitored"] = True
data["qualityProfileId"] = profile_id
data["rootFolderPath"] = folder_path