diff --git a/nzbtomedia/autoProcess/autoProcessTV.py b/nzbtomedia/autoProcess/autoProcessTV.py index 6bb8950d..fdbbfeee 100644 --- a/nzbtomedia/autoProcess/autoProcessTV.py +++ b/nzbtomedia/autoProcess/autoProcessTV.py @@ -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