aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
authorSven Van den brande <sven.vandenbrande@outlook.com>2013-11-10 22:47:26 +0100
committerSven Van den brande <sven.vandenbrande@outlook.com>2013-11-10 22:47:26 +0100
commite4564ac8607e45534bfb8132ccb410eab04f5528 (patch)
treef2c47b300578a5908bf1fa068b92393ba52790a1 /MediaBrowser.Server.Implementations
parent1f0fc33a862cc7d06cb0ea8429c8bdbb6bd93568 (diff)
Update LiveTvService (Channels and Recording)
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs5
1 files changed, 5 insertions, 0 deletions
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;
+ }
}
}