aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/ConnectionManager/ConnectionManager.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/ConnectionManager/ConnectionManager.cs
parentdca78b13411db96366dddfa0d68bb6d36d28ad14 (diff)
rework dlna project
Diffstat (limited to 'Emby.Dlna/ConnectionManager/ConnectionManager.cs')
-rw-r--r--Emby.Dlna/ConnectionManager/ConnectionManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Dlna/ConnectionManager/ConnectionManager.cs b/Emby.Dlna/ConnectionManager/ConnectionManager.cs
index 62cd3904d..53253543b 100644
--- a/Emby.Dlna/ConnectionManager/ConnectionManager.cs
+++ b/Emby.Dlna/ConnectionManager/ConnectionManager.cs
@@ -1,11 +1,11 @@
using MediaBrowser.Common.Net;
using MediaBrowser.Controller.Configuration;
using MediaBrowser.Controller.Dlna;
-using MediaBrowser.Dlna.Service;
+using Emby.Dlna.Service;
using MediaBrowser.Model.Logging;
using System.Collections.Generic;
-namespace MediaBrowser.Dlna.ConnectionManager
+namespace Emby.Dlna.ConnectionManager
{
public class ConnectionManager : BaseService, IConnectionManager
{