diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-29 18:34:54 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-29 18:34:54 -0400 |
| commit | 7d58ee93449de2f91b899b0b0fe19aa03af38f6b (patch) | |
| tree | b31c5307eef2a242e4210d9e5ea88f9bba0590ac /Emby.Dlna/Common | |
| parent | dca78b13411db96366dddfa0d68bb6d36d28ad14 (diff) | |
rework dlna project
Diffstat (limited to 'Emby.Dlna/Common')
| -rw-r--r-- | Emby.Dlna/Common/Argument.cs | 2 | ||||
| -rw-r--r-- | Emby.Dlna/Common/DeviceIcon.cs | 2 | ||||
| -rw-r--r-- | Emby.Dlna/Common/DeviceService.cs | 2 | ||||
| -rw-r--r-- | Emby.Dlna/Common/ServiceAction.cs | 2 | ||||
| -rw-r--r-- | Emby.Dlna/Common/StateVariable.cs | 2 |
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 { |
