From e440313d11ad487395b6338e4da57cffa7e4cee8 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Tue, 18 Dec 2012 15:15:54 -0800 Subject: [PATCH] changed description --- nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh b/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh index 9d78d341..81741fa0 100644 --- a/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh +++ b/nzbget-postprocessing-files/9.0/bin/nzbget-postprocess.sh @@ -96,7 +96,7 @@ POSTPROCESS_SUCCESS=93 POSTPROCESS_ERROR=94 POSTPROCESS_NONE=95 -# Postprocessing function for nzbToCouchPotato for handling failed downloads +# Postprocessing function for nzbToCouchPotato and nzbToSickBeard nzbToMedia() { if [ "$Debug" = "yes" ]; then echo "[DETAIL] Post-Process: Executing external postprocessing with argument $1" ; fi PostProcessStatus=0