Initial Push

This commit is contained in:
Qstick
2020-10-18 04:18:35 -04:00
parent 09ed2ab889
commit e1020f4107
1845 changed files with 1516 additions and 113975 deletions

View File

@@ -15,11 +15,11 @@ using NzbDrone.Common.Exceptions;
using NzbDrone.Common.Extensions;
using NzbDrone.Common.Serializer;
using NzbDrone.Core.Configuration;
using Radarr.Host.AccessControl;
using Radarr.Host.Middleware;
using Prowlarr.Host.AccessControl;
using Prowlarr.Host.Middleware;
using LogLevel = Microsoft.Extensions.Logging.LogLevel;
namespace Radarr.Host
namespace Prowlarr.Host
{
public class WebHostController : IHostController
{