diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-15 16:31:44 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-15 16:31:44 -0500 |
| commit | 83d70c54ec303fab934f76fdd493cfa73c89533f (patch) | |
| tree | f19cc679e314b9cc2a1a6662fce4bab9b31fc4fe /MediaBrowser.Server.Implementations | |
| parent | a09e330d4e3ee9cea57f3568c8684dce66c44142 (diff) | |
Updated live tv api
Diffstat (limited to 'MediaBrowser.Server.Implementations')
| -rw-r--r-- | MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs index 0b36c8023..05bac17c3 100644 --- a/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs +++ b/MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs @@ -40,13 +40,9 @@ namespace MediaBrowser.Server.Implementations.LiveTv Name = info.Name, ServiceName = info.ServiceName, ChannelType = info.ChannelType, - Id = info.Id + Id = info.Id, + Number = info.Number }; } - - public RecordingInfo GetRecordingInfo(RecordingInfo info) - { - return info; - } } } |
