|
|
@ -53,7 +53,7 @@ namespace NzbDrone.Core.MediaFiles.BookImport
|
|
|
|
private readonly IAugmentingService _augmentingService;
|
|
|
|
private readonly IAugmentingService _augmentingService;
|
|
|
|
private readonly IIdentificationService _identificationService;
|
|
|
|
private readonly IIdentificationService _identificationService;
|
|
|
|
private readonly IRootFolderService _rootFolderService;
|
|
|
|
private readonly IRootFolderService _rootFolderService;
|
|
|
|
private readonly IProfileService _qualityProfileService;
|
|
|
|
private readonly IQualityProfileService _qualityProfileService;
|
|
|
|
private readonly Logger _logger;
|
|
|
|
private readonly Logger _logger;
|
|
|
|
|
|
|
|
|
|
|
|
public ImportDecisionMaker(IEnumerable<IImportDecisionEngineSpecification<LocalBook>> trackSpecifications,
|
|
|
|
public ImportDecisionMaker(IEnumerable<IImportDecisionEngineSpecification<LocalBook>> trackSpecifications,
|
|
|
@ -63,7 +63,7 @@ namespace NzbDrone.Core.MediaFiles.BookImport
|
|
|
|
IAugmentingService augmentingService,
|
|
|
|
IAugmentingService augmentingService,
|
|
|
|
IIdentificationService identificationService,
|
|
|
|
IIdentificationService identificationService,
|
|
|
|
IRootFolderService rootFolderService,
|
|
|
|
IRootFolderService rootFolderService,
|
|
|
|
IProfileService qualityProfileService,
|
|
|
|
IQualityProfileService qualityProfileService,
|
|
|
|
Logger logger)
|
|
|
|
Logger logger)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
_trackSpecifications = trackSpecifications;
|
|
|
|
_trackSpecifications = trackSpecifications;
|
|
|
|