added timer properties for pre/post padding seconds

This commit is contained in:
Luke Pulverenti
2013-11-29 16:28:12 -05:00
parent 7ef1816b34
commit 9b9e5fc4e4
3 changed files with 27 additions and 1 deletions

View File

@@ -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))