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,5 +1,5 @@
using System.Collections.Generic;
using Lidarr.Api.V1.Albums;
using Readarr.Api.V1.Albums;
using RestSharp;
namespace NzbDrone.Integration.Test.Client

View File

@@ -1,6 +1,6 @@
using System.Collections.Generic;
using System.Net;
using Lidarr.Api.V1.Artist;
using Readarr.Api.V1.Artist;
using RestSharp;
namespace NzbDrone.Integration.Test.Client

View File

@@ -2,10 +2,10 @@ using System.Collections.Generic;
using System.Linq;
using System.Net;
using FluentAssertions;
using Lidarr.Http;
using Lidarr.Http.REST;
using NLog;
using NzbDrone.Common.Serializer;
using Readarr.Http;
using Readarr.Http.REST;
using RestSharp;
namespace NzbDrone.Integration.Test.Client

View File

@@ -2,10 +2,10 @@ using System;
using System.Linq;
using System.Threading;
using FluentAssertions;
using Lidarr.Http.REST;
using Newtonsoft.Json;
using NUnit.Framework;
using NzbDrone.Core.Messaging.Commands;
using Readarr.Http.REST;
using RestSharp;
namespace NzbDrone.Integration.Test.Client

View File

@@ -1,5 +1,5 @@
using System.Collections.Generic;
using Lidarr.Api.V1.DownloadClient;
using Readarr.Api.V1.DownloadClient;
using RestSharp;
namespace NzbDrone.Integration.Test.Client

View File

@@ -1,4 +1,4 @@
using Lidarr.Api.V1.Indexers;
using Readarr.Api.V1.Indexers;
using RestSharp;
namespace NzbDrone.Integration.Test.Client

View File

@@ -1,5 +1,5 @@
using System.Collections.Generic;
using Lidarr.Api.V1.Notifications;
using Readarr.Api.V1.Notifications;
using RestSharp;
namespace NzbDrone.Integration.Test.Client

View File

@@ -1,4 +1,4 @@
using Lidarr.Api.V1.Indexers;
using Readarr.Api.V1.Indexers;
using RestSharp;
namespace NzbDrone.Integration.Test.Client

View File

@@ -1,4 +1,4 @@
using Lidarr.Api.V1.Indexers;
using Readarr.Api.V1.Indexers;
using RestSharp;
namespace NzbDrone.Integration.Test.Client

View File

@@ -1,5 +1,5 @@
using System.Collections.Generic;
using Lidarr.Api.V1.Tracks;
using Readarr.Api.V1.Tracks;
using RestSharp;
namespace NzbDrone.Integration.Test.Client