mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Fix for dirName typo in autoProcessTV
This commit is contained in:
parent
0e7b8eacab
commit
94ca5f245a
2 changed files with 3 additions and 1 deletions
|
@ -163,6 +163,8 @@
|
||||||
extract = 1
|
extract = 1
|
||||||
# Set this to minimum required size to consider a media file valid (in MB)
|
# Set this to minimum required size to consider a media file valid (in MB)
|
||||||
minSize = 0
|
minSize = 0
|
||||||
|
# Enable/Disable deleteing ignored files (samples and invalid media files)
|
||||||
|
delete_ignored = 0
|
||||||
##### Set to path where completed downloads are found on remote server for this category
|
##### Set to path where completed downloads are found on remote server for this category
|
||||||
remote_path =
|
remote_path =
|
||||||
##### Set to path where download client places completed downloads locally for this category
|
##### Set to path where download client places completed downloads locally for this category
|
||||||
|
|
|
@ -99,7 +99,7 @@ class autoProcessTV:
|
||||||
# configure SB params to pass
|
# configure SB params to pass
|
||||||
fork_params['quiet'] = 1
|
fork_params['quiet'] = 1
|
||||||
if inputName is not None:
|
if inputName is not None:
|
||||||
fork_params['inputName'] = inputName
|
fork_params['nzbName'] = inputName
|
||||||
|
|
||||||
for param in copy.copy(fork_params):
|
for param in copy.copy(fork_params):
|
||||||
if param == "failed":
|
if param == "failed":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue