mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
add alternative success output
This commit is contained in:
parent
9b143cd6f2
commit
fc219683b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue