mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-23 00:07:07 +00:00
Protocol instead of download protocol
This commit is contained in:
parent
cd26b8f728
commit
cdde8cfdbe
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace NzbDrone.Integration.Test.ApiTests
|
|||
var body = new Dictionary<string, object>();
|
||||
body.Add("guid", "sdfsdfsdf");
|
||||
body.Add("title", "The.Series.S01E01");
|
||||
body.Add("downloadProtocol", 2);
|
||||
body.Add("protocol", "Torrent");
|
||||
body.Add("downloadUrl", "https://sonarr.tv/test.torrent");
|
||||
body.Add("publishDate", DateTime.UtcNow.ToString("yyyy-MM-dd HH:mm:ssZ", CultureInfo.InvariantCulture));
|
||||
|
||||
|
|
Loading…
Reference in a new issue