DownloadClient settings cleaned up

This commit is contained in:
Mark McDowall 2013-05-30 08:29:43 -07:00
commit fd88f17ead
8 changed files with 47 additions and 47 deletions

View file

@ -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))
{