mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
fix index issue: Fixes #1170
This commit is contained in:
parent
7d4079432c
commit
f04603691c
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ class autoProcessMovie(object):
|
|||
if section == "Radarr":
|
||||
payload = {'name': 'DownloadedMovieScan', 'path': params['media_folder']}
|
||||
logger.debug("Opening URL: {0} with PARAMS: {1}".format(baseURL, payload), section)
|
||||
logger.postprocess("Starting DownloadedMovieScan scan for {1}".format(inputName), section)
|
||||
logger.postprocess("Starting DownloadedMovieScan scan for {0}".format(inputName), section)
|
||||
|
||||
try:
|
||||
if section == "CouchPotato":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue