mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
DownloadedMovieScan updated to DownloadedMoviesScan
Radarr devs updated API from DownloadedMovieScan to DownloadedMoviesScan https://github.com/Radarr/Radarr/issues/1123
This commit is contained in:
parent
d042536ab7
commit
f63300cc11
1 changed files with 2 additions and 2 deletions
|
@ -282,11 +282,11 @@ class autoProcessMovie(object):
|
|||
logger.postprocess("Starting {0} scan for {1}".format(method, inputName), section)
|
||||
|
||||
if section == "Radarr":
|
||||
payload = {'name': 'DownloadedMovieScan', 'path': params['media_folder'], 'downloadClientId': download_id}
|
||||
payload = {'name': 'DownloadedMoviesScan', 'path': params['media_folder'], 'downloadClientId': download_id}
|
||||
if not download_id:
|
||||
payload.pop("downloadClientId")
|
||||
logger.debug("Opening URL: {0} with PARAMS: {1}".format(baseURL, payload), section)
|
||||
logger.postprocess("Starting DownloadedMovieScan scan for {0}".format(inputName), section)
|
||||
logger.postprocess("Starting DownloadedMoviesScan scan for {0}".format(inputName), section)
|
||||
|
||||
try:
|
||||
if section == "CouchPotato":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue