Update LiveTvService (Channels and Recording)

This commit is contained in:
Sven Van den brande
2013-11-10 22:47:26 +01:00
parent 1f0fc33a86
commit e4564ac860
3 changed files with 8 additions and 1 deletions

View File

@@ -27,5 +27,7 @@ namespace MediaBrowser.Controller.LiveTv
/// <param name="info">The info.</param>
/// <returns>ChannelInfoDto.</returns>
ChannelInfoDto GetChannelInfoDto(ChannelInfo info);
RecordingInfo GetRecordingInfo(RecordingInfo info);
}
}