aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-29 16:28:12 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-29 16:28:12 -0500
commit9b9e5fc4e48aa8d2595691b5cf0c3354f723726a (patch)
treea00c7b237a66373a79b828f8b0e9d1f782387f2a /MediaBrowser.Server.Implementations
parent7ef1816b340d273280effa18fe7543d13baf9c8a (diff)
added timer properties for pre/post padding seconds
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
index dc68670d2..b55393213 100644
--- a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
+++ b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
@@ -514,7 +514,9 @@ namespace MediaBrowser.Server.Implementations.LiveTv
ExternalId = info.Id,
ChannelId = GetInternalChannelId(service.Name, info.ChannelId, info.ChannelName).ToString("N"),
Status = info.Status,
- IsRecurring = info.IsRecurring
+ IsRecurring = info.IsRecurring,
+ PrePaddingSeconds = info.PrePaddingSeconds,
+ PostPaddingSeconds = info.PostPaddingSeconds
};
if (!string.IsNullOrEmpty(info.ProgramId))