aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Dlna/DeviceProfile.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-22 20:48:34 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-22 20:48:34 -0400
commit0ffb2e2efa360e6b03e18cbffbe9b353e30e9e02 (patch)
tree799cfd3aee6259bbcb2e536789a770f5c32dc9f8 /MediaBrowser.Controller/Dlna/DeviceProfile.cs
parent9b294c8bc96b31f6c458cc47fa8d330be2df086a (diff)
enforce codec profiles
Diffstat (limited to 'MediaBrowser.Controller/Dlna/DeviceProfile.cs')
-rw-r--r--MediaBrowser.Controller/Dlna/DeviceProfile.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Dlna/DeviceProfile.cs b/MediaBrowser.Controller/Dlna/DeviceProfile.cs
index 91be73bba..49568e7d4 100644
--- a/MediaBrowser.Controller/Dlna/DeviceProfile.cs
+++ b/MediaBrowser.Controller/Dlna/DeviceProfile.cs
@@ -60,6 +60,9 @@ namespace MediaBrowser.Controller.Dlna
public int TimelineOffsetSeconds { get; set; }
+ public bool RequiresPlainVideoItems { get; set; }
+ public bool RequiresPlainFolders { get; set; }
+
public DeviceProfile()
{
DirectPlayProfiles = new DirectPlayProfile[] { };