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
@@ -3,8 +3,8 @@ using System.Collections.Generic;
using System.Globalization;
using System.Net;
using FluentAssertions;
using Lidarr.Api.V1.Indexers;
using NUnit.Framework;
using Readarr.Api.V1.Indexers;
namespace NzbDrone.Integration.Test.ApiTests
{
@@ -17,7 +17,7 @@ namespace NzbDrone.Integration.Test.ApiTests
var body = new Dictionary<string, object>();
body.Add("title", "The Artist - The Album (2008) [FLAC]");
body.Add("protocol", "Torrent");
body.Add("downloadUrl", "https://lidarr.audio/test.torrent");
body.Add("downloadUrl", "https://readarr.audio/test.torrent");
body.Add("publishDate", DateTime.UtcNow.ToString("yyyy-MM-dd HH:mm:ssZ", CultureInfo.InvariantCulture));
var request = ReleasePush.BuildRequest();