mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
parent
a34a81a41f
commit
1c834ef2e8
1 changed files with 3 additions and 1 deletions
|
@ -192,8 +192,10 @@ class autoProcessTV:
|
|||
headers = {"X-Api-Key": apikey}
|
||||
params = {'sortKey': 'series.title', 'page': 1, 'pageSize': 1, 'sortDir': 'asc'}
|
||||
if remote_path:
|
||||
data = json.dumps({"name": "DownloadedEpisodesScan", "path": remote_path})
|
||||
logger.debug("remote_path: %s" % (remoteDir(dirName)),section)
|
||||
data = json.dumps({"name": "DownloadedEpisodesScan", "path": remoteDir(dirName)})
|
||||
else:
|
||||
logger.debug("path: %s" % (dirName),section)
|
||||
data = json.dumps({"name": "DownloadedEpisodesScan", "path": dirName})
|
||||
|
||||
logger.debug("Opening URL: %s" % (url),section)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue