From 08bf2ccd8ab8b1bd426cb1f5b91d4a4e03991b91 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Mon, 27 Jan 2020 13:06:48 +1300 Subject: [PATCH] Update api end point for SickGear #1712 --- core/forks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/forks.py b/core/forks.py index ff8f015c..92a7f809 100644 --- a/core/forks.py +++ b/core/forks.py @@ -132,7 +132,7 @@ def auto_fork(section, input_category): if apikey: rem_params, found = api_check(r, params, rem_params) if not found: # try different api set for SickGear. - url = '{protocol}{host}:{port}{root}/api/{apikey}/?cmd=postprocess&help=1'.format( + url = '{protocol}{host}:{port}{root}/api/{apikey}/?cmd=sg.postprocess&help=1'.format( protocol=protocol, host=host, port=port, root=web_root, apikey=apikey, ) try: