add alternative success output

This commit is contained in:
clinton-hall 2014-11-03 07:58:45 +10:30
commit fc219683b4

View file

@ -283,7 +283,7 @@ class autoProcessTV:
for line in r.iter_lines():
if line:
logger.postprocess("%s" % (line), section)
if section == "SickBeard" and "Processing succeeded" in line:
if section == "SickBeard" and ("Processing succeeded" in line or "Successfully processed" in line):
Success = True
elif section == "NzbDrone" and "stateChangeTime" in line:
Started = True