mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
parent
9711c84313
commit
162d428dc0
1 changed files with 5 additions and 0 deletions
|
@ -74,6 +74,11 @@ class autoProcessTV:
|
|||
except:
|
||||
remote_path = None
|
||||
|
||||
try:
|
||||
wait_for = int(nzbtomedia.CFG[section][inputCategory]["wait_for"])
|
||||
except:
|
||||
wait_for = 2
|
||||
|
||||
if not os.path.isdir(dirName) and os.path.isfile(dirName): # If the input directory is a file, assume single file download and split dir/name.
|
||||
dirName = os.path.split(os.path.normpath(dirName))[0]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue