aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dlna/DeviceIdentification.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-09-07 13:40:40 +0100
committerGitHub <noreply@github.com>2020-09-07 13:40:40 +0100
commitd4004bcaf585a146e433d23d7781a2fb55b33cb0 (patch)
tree136afbbab44ee5c350089ac949c21e13c5da8f08 /MediaBrowser.Model/Dlna/DeviceIdentification.cs
parent268af7dac3d8cd7419a39b2abca5b18cb97ebe3d (diff)
parentc750632cfc3956b1b8f4c80b4f51160acb4c8392 (diff)
Merge pull request #62 from jellyfin/master
Updating from master
Diffstat (limited to 'MediaBrowser.Model/Dlna/DeviceIdentification.cs')
-rw-r--r--MediaBrowser.Model/Dlna/DeviceIdentification.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Model/Dlna/DeviceIdentification.cs b/MediaBrowser.Model/Dlna/DeviceIdentification.cs
index 85cc9e3c1..43407383a 100644
--- a/MediaBrowser.Model/Dlna/DeviceIdentification.cs
+++ b/MediaBrowser.Model/Dlna/DeviceIdentification.cs
@@ -38,12 +38,6 @@ namespace MediaBrowser.Model.Dlna
public string ModelDescription { get; set; }
/// <summary>
- /// Gets or sets the device description.
- /// </summary>
- /// <value>The device description.</value>
- public string DeviceDescription { get; set; }
-
- /// <summary>
/// Gets or sets the model URL.
/// </summary>
/// <value>The model URL.</value>