Updated live tv api

This commit is contained in:
Luke Pulverenti
2013-11-15 16:31:44 -05:00
parent a09e330d4e
commit 83d70c54ec
11 changed files with 63 additions and 94 deletions

View File

@@ -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;
}
}
}