mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
New: Lidarr to Readarr
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Lidarr.Api.V1.Indexers;
|
||||
using Readarr.Api.V1.Indexers;
|
||||
using RestSharp;
|
||||
|
||||
namespace NzbDrone.Integration.Test.Client
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Lidarr.Api.V1.Indexers;
|
||||
using Readarr.Api.V1.Indexers;
|
||||
using RestSharp;
|
||||
|
||||
namespace NzbDrone.Integration.Test.Client
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Lidarr.Api.V1.Indexers;
|
||||
using Readarr.Api.V1.Indexers;
|
||||
using RestSharp;
|
||||
|
||||
namespace NzbDrone.Integration.Test.Client
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user