mirror of
https://github.com/Readarr/Readarr.git
synced 2026-01-29 16:21:18 -05:00
Cleanup
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
using NzbDrone.Common.Disk;
|
||||
using NzbDrone.Common.Http;
|
||||
using NzbDrone.Core.Configuration;
|
||||
using NzbDrone.Core.Parser;
|
||||
using NzbDrone.Core.Parser.Model;
|
||||
using NzbDrone.Core.Validation;
|
||||
using NzbDrone.Core.RemotePathMappings;
|
||||
@@ -23,7 +22,6 @@ public class Nzbget : UsenetClientBase<NzbgetSettings>
|
||||
IHttpClient httpClient,
|
||||
IConfigService configService,
|
||||
IDiskProvider diskProvider,
|
||||
IParsingService parsingService,
|
||||
IRemotePathMappingService remotePathMappingService,
|
||||
Logger logger)
|
||||
: base(httpClient, configService, diskProvider, remotePathMappingService, logger)
|
||||
|
||||
Reference in New Issue
Block a user