mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed: some issues around removing completed and failed downloads
This commit is contained in:
parent
4ac9fd939a
commit
e79a2c742a
18 changed files with 39 additions and 156 deletions
|
@ -8,7 +8,6 @@ using NzbDrone.Core.Exceptions;
|
|||
using NzbDrone.Core.Indexers;
|
||||
using NzbDrone.Core.MediaFiles.TorrentInfo;
|
||||
using NzbDrone.Core.Organizer;
|
||||
using NzbDrone.Core.Parser;
|
||||
using NzbDrone.Core.Parser.Model;
|
||||
using NzbDrone.Core.ThingiProvider;
|
||||
using NzbDrone.Core.Configuration;
|
||||
|
@ -27,7 +26,6 @@ namespace NzbDrone.Core.Download
|
|||
IHttpClient httpClient,
|
||||
IConfigService configService,
|
||||
IDiskProvider diskProvider,
|
||||
IParsingService parsingService,
|
||||
IRemotePathMappingService remotePathMappingService,
|
||||
Logger logger)
|
||||
: base(configService, diskProvider, remotePathMappingService, logger)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue