mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
New: Lidarr to Readarr
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user