mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Added in some missing code
This commit is contained in:
parent
b8ebf0cb64
commit
00a5dae4e3
2 changed files with 7 additions and 9 deletions
|
@ -55,7 +55,7 @@ def processTorrent(inputDirectory, inputName, inputCategory, inputHash, inputID,
|
|||
for video in listMediaFiles(inputDirectory):
|
||||
if not nzbtomedia.FFPROBE and Transcoder().isVideoGood(video):
|
||||
status = 1
|
||||
|
||||
|
||||
logger.info("Calling autoProcessTV to post-process: %s",inputName)
|
||||
result = autoProcessTV().processEpisode(inputDirectory, inputName, status, clientAgent=clientAgent, inputCategory=inputCategory)
|
||||
if result != 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue