Remove default directories

This commit is contained in:
clinton-hall 2012-12-12 17:52:35 -08:00
commit 234df888ef

View file

@ -12,14 +12,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=
##############################################################################