aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
authorSven Van den brande <sven.vandenbrande@outlook.com>2013-10-31 21:45:58 +0100
committerSven Van den brande <sven.vandenbrande@outlook.com>2013-10-31 21:45:58 +0100
commit28ab28768a307d1cac60ebe79163b98291068cde (patch)
tree33e38bf96d47ffe2b3e7bc9dd09905307ca148e6 /MediaBrowser.Server.Implementations
parentf3ecfc4e058d4222fb13112e40f717e7b0c6eb73 (diff)
Adding RecordingInfo
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
index 34be46d72..20beb551d 100644
--- a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
+++ b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs
@@ -39,7 +39,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv
{
Name = info.Name,
ServiceName = info.ServiceName,
- ChannelType = info.ChannelType
+ ChannelType = info.ChannelType,
+ Id = info.Id
};
}
}