mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
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:
parent
22dc51a52f
commit
eddbd4a97b
18 changed files with 150 additions and 54 deletions
|
@ -47,7 +47,7 @@ namespace NzbDrone.Core.Jobs
|
|||
dropFolder = options.Path;
|
||||
|
||||
else
|
||||
dropFolder = _configProvider.SabDropDirectory;
|
||||
dropFolder = _configProvider.DownloadClientTvDirectory;
|
||||
|
||||
if (String.IsNullOrWhiteSpace(dropFolder))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue