Add Stheno fork

This commit is contained in:
Labrys of Knossos 2018-12-31 11:30:16 -05:00
commit 4dadd905c8
3 changed files with 5 additions and 1 deletions

View file

@ -250,6 +250,8 @@ def process(section, dir_name, input_name=None, failed=False, client_agent='manu
if section == 'SickBeard':
if apikey:
url = '{0}{1}:{2}{3}/api/{4}/?cmd=postprocess'.format(protocol, host, port, web_root, apikey)
elif fork == 'Stheno':
url = "{0}{1}:{2}{3}/home/postprocess/process_episode".format(protocol, host, port, web_root)
else:
url = '{0}{1}:{2}{3}/home/postprocess/processEpisode'.format(protocol, host, port, web_root)
elif section == 'NzbDrone':