aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Dlna/DeviceProfile.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-22 16:50:28 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-22 16:50:28 -0400
commit9b294c8bc96b31f6c458cc47fa8d330be2df086a (patch)
treea45f20a51af3842097e1ca98ff7653a6a8523675 /MediaBrowser.Controller/Dlna/DeviceProfile.cs
parente2c01947443379f38f55bc9fed223c92410b4e10 (diff)
add more codecs to direct play profiles
Diffstat (limited to 'MediaBrowser.Controller/Dlna/DeviceProfile.cs')
-rw-r--r--MediaBrowser.Controller/Dlna/DeviceProfile.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Dlna/DeviceProfile.cs b/MediaBrowser.Controller/Dlna/DeviceProfile.cs
index 179321a53..91be73bba 100644
--- a/MediaBrowser.Controller/Dlna/DeviceProfile.cs
+++ b/MediaBrowser.Controller/Dlna/DeviceProfile.cs
@@ -58,6 +58,8 @@ namespace MediaBrowser.Controller.Dlna
public MediaProfile[] MediaProfiles { get; set; }
public CodecProfile[] CodecProfiles { get; set; }
+ public int TimelineOffsetSeconds { get; set; }
+
public DeviceProfile()
{
DirectPlayProfiles = new DirectPlayProfile[] { };