aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dlna/DeviceProfile.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-20 01:21:08 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-20 01:21:08 -0400
commit247400717e0768238436a9fdeae268de7c26d8cc (patch)
treed7bbe29b1e2bd7b8758fc655cc69c143e00b26d5 /MediaBrowser.Model/Dlna/DeviceProfile.cs
parenta5b3ab9fc51ed8aba6d5747deea346e202f73081 (diff)
dlna server fixes
Diffstat (limited to 'MediaBrowser.Model/Dlna/DeviceProfile.cs')
-rw-r--r--MediaBrowser.Model/Dlna/DeviceProfile.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Dlna/DeviceProfile.cs b/MediaBrowser.Model/Dlna/DeviceProfile.cs
index 8b4a47a54..6567f05aa 100644
--- a/MediaBrowser.Model/Dlna/DeviceProfile.cs
+++ b/MediaBrowser.Model/Dlna/DeviceProfile.cs
@@ -40,6 +40,8 @@ namespace MediaBrowser.Model.Dlna
public string SupportedMediaTypes { get; set; }
+ public string UserId { get; set; }
+
/// <summary>
/// Controls the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.
/// </summary>