mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
DownloadClient settings cleaned up
This commit is contained in:
parent
c1bbd0bd5d
commit
fd88f17ead
8 changed files with 47 additions and 47 deletions
|
@ -40,7 +40,7 @@ namespace NzbDrone.Core.Download.Clients
|
|||
{
|
||||
title = FileNameBuilder.CleanFilename(title);
|
||||
|
||||
var filename = Path.Combine(_configService.BlackholeDirectory, title + ".nzb");
|
||||
var filename = Path.Combine(_configService.BlackholeFolder, title + ".nzb");
|
||||
|
||||
if (_diskProvider.FileExists(filename))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue