aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/IConnectionManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Dlna/IConnectionManager.cs')
-rw-r--r--Emby.Dlna/IConnectionManager.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Dlna/IConnectionManager.cs b/Emby.Dlna/IConnectionManager.cs
index 855c4454d..9f643a9e6 100644
--- a/Emby.Dlna/IConnectionManager.cs
+++ b/Emby.Dlna/IConnectionManager.cs
@@ -1,7 +1,8 @@
+#pragma warning disable CS1591
namespace Emby.Dlna
{
- public interface IConnectionManager : IEventManager, IUpnpService
+ public interface IConnectionManager : IDlnaEventManager, IUpnpService
{
}
}