mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
New: Readarr 0.1
This commit is contained in:
@@ -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://readarr.audio/test.torrent");
|
||||
body.Add("downloadUrl", "https://readarr.com/test.torrent");
|
||||
body.Add("publishDate", DateTime.UtcNow.ToString("yyyy-MM-dd HH:mm:ssZ", CultureInfo.InvariantCulture));
|
||||
|
||||
var request = ReleasePush.BuildRequest();
|
||||
|
||||
Reference in New Issue
Block a user