New: Lidarr to Readarr

This commit is contained in:
Qstick
2020-02-29 15:51:29 -05:00
parent 7359c2a9fa
commit 3b7eb01918
565 changed files with 1669 additions and 4272 deletions

View File

@@ -1,7 +1,7 @@
using Lidarr.Http.ClientSchema;
using NLog;
using NzbDrone.Core.Indexers.Newznab;
using NzbDrone.Test.Common;
using Readarr.Http.ClientSchema;
namespace NzbDrone.Integration.Test
{
@@ -11,7 +11,7 @@ namespace NzbDrone.Integration.Test
public override string ArtistRootFolder => GetTempDirectory("ArtistRootFolder");
protected override string RootUrl => "http://localhost:8686/";
protected override string RootUrl => "http://localhost:8787/";
protected override string ApiKey => _runner.ApiKey;
@@ -25,7 +25,7 @@ namespace NzbDrone.Integration.Test
protected override void InitializeTestTarget()
{
Indexers.Post(new Lidarr.Api.V1.Indexers.IndexerResource
Indexers.Post(new Readarr.Api.V1.Indexers.IndexerResource
{
EnableRss = false,
EnableInteractiveSearch = false,