aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-07-17 16:08:26 +0100
committerGitHub <noreply@github.com>2020-07-17 16:08:26 +0100
commitc7c28db17beaf67be68feb769e88ac5bf14dc534 (patch)
tree961e65691689117d437cb649741e05b2f76e6b51
parent24c1776ff61481b85b016cc0fcfef0a319589fdc (diff)
Update DlnaServerService.cs
-rw-r--r--Emby.Dlna/Api/DlnaServerService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/Api/DlnaServerService.cs b/Emby.Dlna/Api/DlnaServerService.cs
index 167996eeb..049b201bb 100644
--- a/Emby.Dlna/Api/DlnaServerService.cs
+++ b/Emby.Dlna/Api/DlnaServerService.cs
@@ -108,7 +108,7 @@ namespace Emby.Dlna.Api
public string Filename { get; set; }
}
- public class DlnaServerService : IService, IRequiresRequest
+ public class DlnaServerService : IService
{
private const string XMLContentType = "text/xml; charset=UTF-8";