Initial Commit Rework

This commit is contained in:
Qstick
2017-09-03 22:20:56 -04:00
parent 74a4cc048c
commit 95051cbd63
2483 changed files with 101351 additions and 111396 deletions

View File

@@ -1,7 +1,7 @@
using System.Collections.Generic;
using NLog;
using NzbDrone.Core.Indexers.Newznab;
using NzbDrone.Test.Common;
using Lidarr.Http.ClientSchema;
namespace NzbDrone.Integration.Test
{
@@ -33,7 +33,7 @@ namespace NzbDrone.Integration.Test
Implementation = nameof(Newznab),
Name = "NewznabTest",
Protocol = Core.Indexers.DownloadProtocol.Usenet,
Fields = Api.ClientSchema.SchemaBuilder.ToSchema(new NewznabSettings())
Fields = SchemaBuilder.ToSchema(new NewznabSettings())
});
}