aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/Service
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-06-05 18:29:58 -0600
committercrobibero <cody@robibe.ro>2020-06-05 18:29:58 -0600
commit57d1dbfe7b3bc4ad8cc4cc1c89313ad394db4f50 (patch)
tree5a0179378bad6522eb8b317f051805bdb15ca0d6 /Emby.Dlna/Service
parent44957c5a9a11fcd6e4567c7d31bc39d79c709068 (diff)
undo erroneous changes
Diffstat (limited to 'Emby.Dlna/Service')
-rw-r--r--Emby.Dlna/Service/BaseService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/Service/BaseService.cs b/Emby.Dlna/Service/BaseService.cs
index 4ecffa2930..8794ec26a8 100644
--- a/Emby.Dlna/Service/BaseService.cs
+++ b/Emby.Dlna/Service/BaseService.cs
@@ -12,7 +12,7 @@ namespace Emby.Dlna.Service
protected IHttpClient HttpClient;
protected ILogger Logger;
- protected BaseService(ILogger logger, IHttpClient httpClient)
+ protected BaseService(ILogger<BaseService> logger, IHttpClient httpClient)
{
Logger = logger;
HttpClient = httpClient;