aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/Eventing/EventSubscription.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-29 18:34:54 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-29 18:34:54 -0400
commit7d58ee93449de2f91b899b0b0fe19aa03af38f6b (patch)
treeb31c5307eef2a242e4210d9e5ea88f9bba0590ac /Emby.Dlna/Eventing/EventSubscription.cs
parentdca78b13411db96366dddfa0d68bb6d36d28ad14 (diff)
rework dlna project
Diffstat (limited to 'Emby.Dlna/Eventing/EventSubscription.cs')
-rw-r--r--Emby.Dlna/Eventing/EventSubscription.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/Eventing/EventSubscription.cs b/Emby.Dlna/Eventing/EventSubscription.cs
index bd4cbdd55d..adb042d6c4 100644
--- a/Emby.Dlna/Eventing/EventSubscription.cs
+++ b/Emby.Dlna/Eventing/EventSubscription.cs
@@ -1,6 +1,6 @@
using System;
-namespace MediaBrowser.Dlna.Eventing
+namespace Emby.Dlna.Eventing
{
public class EventSubscription
{