aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-09-07 12:15:51 +0000
committerGitHub <noreply@github.com>2020-09-07 12:15:51 +0000
commit106949f8288bc8c30a9347844776afff1171a85d (patch)
treeb0c63f61953f082ad70e1d5e6badae77b011bfb5 /MediaBrowser.Model
parent4c2d2af569675d1a841242533b912fc0bce0f272 (diff)
parenta2687fac5e4c591f10aed3134711e47052485859 (diff)
Merge pull request #4075 from BaronGreenback/simplified_dlnamanager
Simplified Code: Removed code which was never used.
Diffstat (limited to 'MediaBrowser.Model')
-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>