Renamed some settings, added 2nd priority for sab

New: Separated priorities for new and old episodes when sent to SABnzbd
This commit is contained in:
Mark McDowall 2012-11-22 18:56:27 -08:00
commit eddbd4a97b
18 changed files with 150 additions and 54 deletions

View file

@ -47,7 +47,7 @@ namespace NzbDrone.Core.Jobs
dropFolder = options.Path;
else
dropFolder = _configProvider.SabDropDirectory;
dropFolder = _configProvider.DownloadClientTvDirectory;
if (String.IsNullOrWhiteSpace(dropFolder))
{