1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Fixed: All compiler warnings

This commit is contained in:
ta264
2019-10-14 22:07:40 +01:00
committed by Qstick
parent abde842bf0
commit d0f13e16d5
30 changed files with 42 additions and 87 deletions
@@ -40,7 +40,7 @@ namespace NzbDrone.Integration.Test.Client
public SimpleCommandResource PostAndWait<T>(T command) where T : Command, new()
{
var request = BuildRequest();
request.AddBody(command);
request.AddJsonBody(command);
var result = Post<SimpleCommandResource>(request);
result.Id.Should().NotBe(0);