Remove default directories

This commit is contained in:
clinton-hall 2012-12-12 17:31:48 -08:00
commit 6d64c17c1d

View file

@ -5,7 +5,7 @@
# Please refer to "nzbget-postprocess.sh" for usage instructions.
#
# Copyright (C) 2008-2012 Andrey Prygunkov <hugbug@users.sourceforge.net>
# Copyright (C) 2012 Jürgen Seif <thor78@gmx.at>
# Copyright (C) 2012 J<EFBFBD>rgen Seif <thor78@gmx.at>
#
# 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 ###