aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/Common
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/Common
parentdca78b13411db96366dddfa0d68bb6d36d28ad14 (diff)
rework dlna project
Diffstat (limited to 'Emby.Dlna/Common')
-rw-r--r--Emby.Dlna/Common/Argument.cs2
-rw-r--r--Emby.Dlna/Common/DeviceIcon.cs2
-rw-r--r--Emby.Dlna/Common/DeviceService.cs2
-rw-r--r--Emby.Dlna/Common/ServiceAction.cs2
-rw-r--r--Emby.Dlna/Common/StateVariable.cs2
5 files changed, 5 insertions, 5 deletions
diff --git a/Emby.Dlna/Common/Argument.cs b/Emby.Dlna/Common/Argument.cs
index a3ff8ecc8..7e61c3d6d 100644
--- a/Emby.Dlna/Common/Argument.cs
+++ b/Emby.Dlna/Common/Argument.cs
@@ -1,5 +1,5 @@

-namespace MediaBrowser.Dlna.Common
+namespace Emby.Dlna.Common
{
public class Argument
{
diff --git a/Emby.Dlna/Common/DeviceIcon.cs b/Emby.Dlna/Common/DeviceIcon.cs
index bec10dcc5..27ae92d6f 100644
--- a/Emby.Dlna/Common/DeviceIcon.cs
+++ b/Emby.Dlna/Common/DeviceIcon.cs
@@ -1,5 +1,5 @@

-namespace MediaBrowser.Dlna.Common
+namespace Emby.Dlna.Common
{
public class DeviceIcon
{
diff --git a/Emby.Dlna/Common/DeviceService.cs b/Emby.Dlna/Common/DeviceService.cs
index 8f8b175a4..0d91dbe76 100644
--- a/Emby.Dlna/Common/DeviceService.cs
+++ b/Emby.Dlna/Common/DeviceService.cs
@@ -1,5 +1,5 @@

-namespace MediaBrowser.Dlna.Common
+namespace Emby.Dlna.Common
{
public class DeviceService
{
diff --git a/Emby.Dlna/Common/ServiceAction.cs b/Emby.Dlna/Common/ServiceAction.cs
index 7685e217e..1bcc6a1d6 100644
--- a/Emby.Dlna/Common/ServiceAction.cs
+++ b/Emby.Dlna/Common/ServiceAction.cs
@@ -1,6 +1,6 @@
using System.Collections.Generic;
-namespace MediaBrowser.Dlna.Common
+namespace Emby.Dlna.Common
{
public class ServiceAction
{
diff --git a/Emby.Dlna/Common/StateVariable.cs b/Emby.Dlna/Common/StateVariable.cs
index 21771e7b8..7e0bc6ae8 100644
--- a/Emby.Dlna/Common/StateVariable.cs
+++ b/Emby.Dlna/Common/StateVariable.cs
@@ -1,6 +1,6 @@
using System.Collections.Generic;
-namespace MediaBrowser.Dlna.Common
+namespace Emby.Dlna.Common
{
public class StateVariable
{