diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-04 16:27:46 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-04 16:27:46 -0400 |
| commit | 7990f9ca50c21be298d8fa90ce70015a80b976c3 (patch) | |
| tree | a73baba29a1eed79446f4042ccf41d5c9cf78c56 /MediaBrowser.Server.Implementations/LiveTv | |
| parent | 9ffb82d96a405fdb35cdd925d8ddbba716592fef (diff) | |
update connect
Diffstat (limited to 'MediaBrowser.Server.Implementations/LiveTv')
| -rw-r--r-- | MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs index 6e6be03a49..f6c69d8d69 100644 --- a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs +++ b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs @@ -664,6 +664,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv var recording = (ILiveTvRecording)item; + recording.ExternalId = info.Id; + recording.ProgramId = _tvDtoService.GetInternalProgramId(serviceName, info.ProgramId).ToString("N"); recording.Audio = info.Audio; recording.ChannelType = info.ChannelType; |
