diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-25 01:25:03 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-25 01:25:03 -0400 |
| commit | f245fffad10bde5bf559e67ab5342df8dd2d0aa9 (patch) | |
| tree | ea5e86df8e96db6b6a42c69dd240ea9b8c6a1638 /MediaBrowser.Controller/Dlna/DeviceIdentification.cs | |
| parent | 1644d45dac4b465fa9615554f1ef02406e0d9d39 (diff) | |
implement dlna headers
Diffstat (limited to 'MediaBrowser.Controller/Dlna/DeviceIdentification.cs')
| -rw-r--r-- | MediaBrowser.Controller/Dlna/DeviceIdentification.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Dlna/DeviceIdentification.cs b/MediaBrowser.Controller/Dlna/DeviceIdentification.cs index 461c77537..7b8e3a1e7 100644 --- a/MediaBrowser.Controller/Dlna/DeviceIdentification.cs +++ b/MediaBrowser.Controller/Dlna/DeviceIdentification.cs @@ -41,9 +41,7 @@ namespace MediaBrowser.Controller.Dlna /// <summary> /// Gets or sets the manufacturer. /// </summary> - /// <value> - /// The manufacturer. - /// </value> + /// <value>The manufacturer.</value> public string Manufacturer { get; set; } /// <summary> /// Gets or sets the manufacturer URL. |
