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.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/IConnectionManager.cs b/Emby.Dlna/IConnectionManager.cs
index 7b4a33a98..9f643a9e6 100644
--- a/Emby.Dlna/IConnectionManager.cs
+++ b/Emby.Dlna/IConnectionManager.cs
@@ -2,7 +2,7 @@
namespace Emby.Dlna
{
- public interface IConnectionManager : IEventManager, IUpnpService
+ public interface IConnectionManager : IDlnaEventManager, IUpnpService
{
}
}