Adding RecordingInfo

This commit is contained in:
Sven Van den brande
2013-10-31 21:45:58 +01:00
parent f3ecfc4e05
commit 28ab28768a
13 changed files with 168 additions and 25 deletions

View File

@@ -39,7 +39,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv
{
Name = info.Name,
ServiceName = info.ServiceName,
ChannelType = info.ChannelType
ChannelType = info.ChannelType,
Id = info.Id
};
}
}