diff options
author | Parker <contact@pkrm.dev> | 2025-01-20 21:10:45 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2025-01-20 21:10:45 -0600 |
commit | 15ecb5c2460a4ed83c30c690b8e423eb11c00b25 (patch) | |
tree | a8e7f8eef61d5f8a4d371c174f1a0f48e12d133a /code/utils/content_add.py | |
parent | de7bdb5512336adb3480b44c740897779b657f8e (diff) |
Fix
Diffstat (limited to 'code/utils/content_add.py')
-rw-r--r-- | code/utils/content_add.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/code/utils/content_add.py b/code/utils/content_add.py index 5594006..0c7f383 100644 --- a/code/utils/content_add.py +++ b/code/utils/content_add.py @@ -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 |