diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-22 16:50:28 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-22 16:50:28 -0400 |
| commit | 9b294c8bc96b31f6c458cc47fa8d330be2df086a (patch) | |
| tree | a45f20a51af3842097e1ca98ff7653a6a8523675 /MediaBrowser.Controller/Dlna/DeviceProfile.cs | |
| parent | e2c01947443379f38f55bc9fed223c92410b4e10 (diff) | |
add more codecs to direct play profiles
Diffstat (limited to 'MediaBrowser.Controller/Dlna/DeviceProfile.cs')
| -rw-r--r-- | MediaBrowser.Controller/Dlna/DeviceProfile.cs | 2 |
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[] { }; |
