Added the functionality for the Sonarr Profiles on the Admin page #2 resolved.
This commit is contained in:
tidusjar 2016-03-11 16:06:52 +00:00
commit 24b2cd0a9c
33 changed files with 1180 additions and 4767 deletions

View file

@ -26,7 +26,6 @@
#endregion
using System;
using System.Collections.Generic;
using Newtonsoft.Json.Linq;
using NLog;
using PlexRequests.Api.Interfaces;
@ -35,7 +34,7 @@ using RestSharp;
namespace PlexRequests.Api
{
public class SonarrApi
public class SonarrApi : ISonarrApi
{
public SonarrApi()
{