mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
moved naming specification out of general config.
This commit is contained in:
parent
db37d020f4
commit
dce64a5530
23 changed files with 535 additions and 463 deletions
|
@ -8,6 +8,7 @@ using NzbDrone.Core.History;
|
|||
using NzbDrone.Core.MediaFiles;
|
||||
using NzbDrone.Core.Model;
|
||||
using NzbDrone.Core.DecisionEngine;
|
||||
using NzbDrone.Core.Organizer;
|
||||
|
||||
namespace NzbDrone.Core.Download.Clients
|
||||
{
|
||||
|
@ -37,7 +38,7 @@ namespace NzbDrone.Core.Download.Clients
|
|||
{
|
||||
try
|
||||
{
|
||||
title = MediaFileService.CleanFilename(title);
|
||||
title = FileNameBuilder.CleanFilename(title);
|
||||
|
||||
var filename = Path.Combine(_configService.BlackholeDirectory, title + ".nzb");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue