Fix for dirName typo in autoProcessTV

This commit is contained in:
echel0n 2014-04-22 20:39:00 -07:00
commit 94ca5f245a
2 changed files with 3 additions and 1 deletions

View file

@ -163,6 +163,8 @@
extract = 1
# Set this to minimum required size to consider a media file valid (in MB)
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
remote_path =
##### Set to path where download client places completed downloads locally for this category

View file

@ -99,7 +99,7 @@ class autoProcessTV:
# configure SB params to pass
fork_params['quiet'] = 1
if inputName is not None:
fork_params['inputName'] = inputName
fork_params['nzbName'] = inputName
for param in copy.copy(fork_params):
if param == "failed":