New: Backend changes for new UI

This commit is contained in:
Qstick
2018-11-23 02:03:32 -05:00
parent e9eebd3ce6
commit 65efa15551
485 changed files with 11177 additions and 2233 deletions
@@ -1,9 +1,10 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Net;
using FluentAssertions;
using NLog;
using NzbDrone.Api;
using NzbDrone.Api.REST;
using Radarr.Http.REST;
using Radarr.Http;
using NzbDrone.Common.Serializer;
using RestSharp;
using System.Linq;
@@ -176,4 +177,4 @@ namespace NzbDrone.Integration.Test.Client
Execute<object>(request, statusCode);
}
}
}
}