stop if transcoding fails. Fixes #533

This commit is contained in:
clinton-hall 2014-08-14 11:40:15 +09:30
commit f57b194162
3 changed files with 6 additions and 4 deletions

View file

@ -215,7 +215,8 @@ class autoProcessTV:
logger.debug("SUCCESS: Transcoding succeeded for files in %s" % (dirName), section)
dirName = newDirName
else:
logger.warning("FAILED: Transcoding failed for files in %s" % (dirName), section)
logger.error("FAILED: Transcoding failed for files in %s" % (dirName), section)
return [1, "%s: Failed to post-process - Transcoding failed" % (section) ]
url = None
if section == "SickBeard":