New: Backend changes for new UI

This commit is contained in:
Qstick
2018-11-23 02:03:32 -05:00
parent e9eebd3ce6
commit 65efa15551
485 changed files with 11177 additions and 2233 deletions

View File

@@ -2,6 +2,7 @@ using System.Collections.Generic;
using NLog;
using NzbDrone.Core.Indexers.Newznab;
using NzbDrone.Test.Common;
using Radarr.Http.ClientSchema;
namespace NzbDrone.Integration.Test
{
@@ -33,7 +34,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())
});
}