updated live tv methods + nuget

This commit is contained in:
Luke Pulverenti
2013-11-30 01:49:38 -05:00
parent f05ea5d20f
commit 45a4d25e26
11 changed files with 109 additions and 21 deletions

View File

@@ -514,7 +514,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
ExternalId = info.Id,
ChannelId = GetInternalChannelId(service.Name, info.ChannelId, info.ChannelName).ToString("N"),
Status = info.Status,
IsRecurring = info.IsRecurring,
RecurringTimerId = info.RecurringTimerId,
PrePaddingSeconds = info.PrePaddingSeconds,
PostPaddingSeconds = info.PostPaddingSeconds
};