From e4564ac8607e45534bfb8132ccb410eab04f5528 Mon Sep 17 00:00:00 2001 From: Sven Van den brande Date: Sun, 10 Nov 2013 22:47:26 +0100 Subject: Update LiveTvService (Channels and Recording) --- MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MediaBrowser.Server.Implementations') diff --git a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs index 20beb551d..0b36c8023 100644 --- a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs +++ b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs @@ -43,5 +43,10 @@ namespace MediaBrowser.Server.Implementations.LiveTv Id = info.Id }; } + + public RecordingInfo GetRecordingInfo(RecordingInfo info) + { + return info; + } } } -- cgit v1.2.3