mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
parent
48154d0c3c
commit
684cab5c8a
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ def process(section, dir_name, input_name=None, status=0, client_agent='manual',
|
|||
if section == 'Radarr':
|
||||
base_url = '{0}{1}:{2}{3}/api/v3/command'.format(protocol, host, port, web_root)
|
||||
url2 = '{0}{1}:{2}{3}/api/v3/config/downloadClient'.format(protocol, host, port, web_root)
|
||||
headers = {'X-Api-Key': apikey}
|
||||
headers = {'X-Api-Key': apikey, 'Content-Type': 'application/json'}
|
||||
if section == 'Watcher3':
|
||||
base_url = '{0}{1}:{2}{3}/postprocessing'.format(protocol, host, port, web_root)
|
||||
if not apikey:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue