aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/IContentDirectory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Dlna/IContentDirectory.cs')
-rw-r--r--Emby.Dlna/IContentDirectory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/IContentDirectory.cs b/Emby.Dlna/IContentDirectory.cs
index 83ef09c66..10f4d6386 100644
--- a/Emby.Dlna/IContentDirectory.cs
+++ b/Emby.Dlna/IContentDirectory.cs
@@ -2,7 +2,7 @@
namespace Emby.Dlna
{
- public interface IContentDirectory : IEventManager, IUpnpService
+ public interface IContentDirectory : IDlnaEventManager, IUpnpService
{
}
}