diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-23 13:18:24 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-23 13:18:24 -0400 |
| commit | ca37afb3a55b670ca4d5d24355f34e61f997e5a0 (patch) | |
| tree | 08ce7507adee969e197bd41641bfa1180ec7fa7b /MediaBrowser.Controller | |
| parent | 85aa11e926ae9cba2ad58bf1087ad6efaff925a3 (diff) | |
rework samsung profile
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Dlna/DeviceProfile.cs | 1 |
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. |
