aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-23 13:18:24 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-23 13:18:24 -0400
commitca37afb3a55b670ca4d5d24355f34e61f997e5a0 (patch)
tree08ce7507adee969e197bd41641bfa1180ec7fa7b /MediaBrowser.Controller
parent85aa11e926ae9cba2ad58bf1087ad6efaff925a3 (diff)
rework samsung profile
Diffstat (limited to 'MediaBrowser.Controller')
-rw-r--r--MediaBrowser.Controller/Dlna/DeviceProfile.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Dlna/DeviceProfile.cs b/MediaBrowser.Controller/Dlna/DeviceProfile.cs
index 83500e407b..f3de1bc34a 100644
--- a/MediaBrowser.Controller/Dlna/DeviceProfile.cs
+++ b/MediaBrowser.Controller/Dlna/DeviceProfile.cs
@@ -43,6 +43,7 @@ namespace MediaBrowser.Controller.Dlna
public string ModelNumber { get; set; }
public string ModelUrl { get; set; }
public bool IgnoreTranscodeByteRangeRequests { get; set; }
+ public bool SupportsAlbumArtInDidl { get; set; }
/// <summary>
/// Controls the content of the X_DLNADOC element in the urn:schemas-dlna-org:device-1-0 namespace.