aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/ContentDirectory/ContentDirectoryBrowser.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Dlna/ContentDirectory/ContentDirectoryBrowser.cs')
-rw-r--r--Emby.Dlna/ContentDirectory/ContentDirectoryBrowser.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Dlna/ContentDirectory/ContentDirectoryBrowser.cs b/Emby.Dlna/ContentDirectory/ContentDirectoryBrowser.cs
index 5226758c09..2b421794ab 100644
--- a/Emby.Dlna/ContentDirectory/ContentDirectoryBrowser.cs
+++ b/Emby.Dlna/ContentDirectory/ContentDirectoryBrowser.cs
@@ -10,9 +10,9 @@ using System.Security;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
-using MediaBrowser.Dlna.Server;
+using Emby.Dlna.Server;
-namespace MediaBrowser.Dlna.ContentDirectory
+namespace Emby.Dlna.ContentDirectory
{
public class ContentDirectoryBrowser
{