aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Connectivity/ClientType.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-01 21:44:46 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-01 21:44:46 -0500
commit7bca933af0f1b85e289306ae482db8846f94026c (patch)
treeace079674d0e11daa3dda3fb675e34efefc4880b /MediaBrowser.Model/Connectivity/ClientType.cs
parent9f8aa880aa11a84eb32e1ff0066daa1c1685aab3 (diff)
added the beginning of a service stack abstraction
Diffstat (limited to 'MediaBrowser.Model/Connectivity/ClientType.cs')
-rw-r--r--MediaBrowser.Model/Connectivity/ClientType.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Connectivity/ClientType.cs b/MediaBrowser.Model/Connectivity/ClientType.cs
index 409dc9637..7e837ed0e 100644
--- a/MediaBrowser.Model/Connectivity/ClientType.cs
+++ b/MediaBrowser.Model/Connectivity/ClientType.cs
@@ -17,6 +17,7 @@
/// The dashboard
/// </summary>
Dashboard,
+ Dlna,
/// <summary>
/// The ios
/// </summary>