Rename More Sonarr References

This commit is contained in:
Qstick
2017-09-26 22:06:05 -04:00
parent f69559e4da
commit 5003cd8a14
31 changed files with 108 additions and 113 deletions
@@ -1,4 +1,4 @@
using System;
using System;
using System.Data.SQLite;
using FluentValidation;
using Nancy;
@@ -10,11 +10,11 @@ using HttpStatusCode = Nancy.HttpStatusCode;
namespace Lidarr.Http.ErrorManagement
{
public class SonarrErrorPipeline
public class LidarrErrorPipeline
{
private readonly Logger _logger;
public SonarrErrorPipeline(Logger logger)
public LidarrErrorPipeline(Logger logger)
{
_logger = logger;
}
@@ -76,4 +76,4 @@ namespace Lidarr.Http.ErrorManagement
}.AsResponse(HttpStatusCode.InternalServerError);
}
}
}
}