mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Change API Version from V3 to V1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using Lidarr.Api.V3.Albums;
|
||||
using Lidarr.Api.V1.Albums;
|
||||
using RestSharp;
|
||||
|
||||
namespace NzbDrone.Integration.Test.Client
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Net;
|
||||
using Lidarr.Api.V3.Artist;
|
||||
using Lidarr.Api.V1.Artist;
|
||||
using RestSharp;
|
||||
|
||||
namespace NzbDrone.Integration.Test.Client
|
||||
|
||||
@@ -2,7 +2,7 @@ using System.Collections.Generic;
|
||||
using System.Net;
|
||||
using FluentAssertions;
|
||||
using NLog;
|
||||
using Lidarr.Api.V3;
|
||||
using Lidarr.Api.V1;
|
||||
using Lidarr.Http.REST;
|
||||
using NzbDrone.Common.Serializer;
|
||||
using RestSharp;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Lidarr.Api.V3.Commands;
|
||||
using Lidarr.Api.V1.Commands;
|
||||
using RestSharp;
|
||||
using NzbDrone.Core.Messaging.Commands;
|
||||
using FluentAssertions;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using Lidarr.Api.V3.DownloadClient;
|
||||
using Lidarr.Api.V1.DownloadClient;
|
||||
using RestSharp;
|
||||
|
||||
namespace NzbDrone.Integration.Test.Client
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Lidarr.Api.V3.Indexers;
|
||||
using Lidarr.Api.V1.Indexers;
|
||||
using RestSharp;
|
||||
|
||||
namespace NzbDrone.Integration.Test.Client
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using Lidarr.Api.V3.Notifications;
|
||||
using Lidarr.Api.V1.Notifications;
|
||||
using RestSharp;
|
||||
|
||||
namespace NzbDrone.Integration.Test.Client
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Lidarr.Api.V3.Indexers;
|
||||
using Lidarr.Api.V1.Indexers;
|
||||
using RestSharp;
|
||||
|
||||
namespace NzbDrone.Integration.Test.Client
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Lidarr.Api.V3.Indexers;
|
||||
using Lidarr.Api.V1.Indexers;
|
||||
using RestSharp;
|
||||
|
||||
namespace NzbDrone.Integration.Test.Client
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using Lidarr.Api.V3.Tracks;
|
||||
using Lidarr.Api.V1.Tracks;
|
||||
using RestSharp;
|
||||
|
||||
namespace NzbDrone.Integration.Test.Client
|
||||
|
||||
Reference in New Issue
Block a user