From 6d64c17c1d9309ff287c763b325369e4a9ddb168 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Wed, 12 Dec 2012 17:31:48 -0800 Subject: [PATCH] Remove default directories --- .../9.0/webui/nzbget-postprocess.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf b/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf index 61722981..e115611f 100644 --- a/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf +++ b/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf @@ -5,7 +5,7 @@ # Please refer to "nzbget-postprocess.sh" for usage instructions. # # Copyright (C) 2008-2012 Andrey Prygunkov -# Copyright (C) 2012 Jürgen Seif +# Copyright (C) 2012 J�rgen Seif # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -37,14 +37,14 @@ NzbToSickBeard=/usr/local/nzbget/var/nzbToSickBeard.py # Set the full path where completed movies should be placed # before SickBeard's Renamer is called -TvDownloadDir=/usr/local/nzbget/complete/tv +TvDownloadDir= # Set the full path to nzbToCouchpotato.py for Couchpotato's postprocessing NzbToCouchPotato=/usr/local/nzbget/var/nzbToCouchPotato.py # Set the full path where completed movies should be placed # before CouchPotato's Renamer is called -MoviesDownloadDir=/usr/local/nzbget/complete/movies +MoviesDownloadDir= ############################################################################## ### OPTIONS ###