diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-04 15:55:42 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-04 15:55:42 -0500 |
| commit | 81e59040d004cf75c254481fb023495347906330 (patch) | |
| tree | 6cd5859355caf71b04605dd822206c5207a7d4c9 /MediaBrowser.Model/LiveTv/ChannelQuery.cs | |
| parent | cb882a4b48e9cf03cd363c54d93338ad62153e7e (diff) | |
updated live tv models
Diffstat (limited to 'MediaBrowser.Model/LiveTv/ChannelQuery.cs')
| -rw-r--r-- | MediaBrowser.Model/LiveTv/ChannelQuery.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Model/LiveTv/ChannelQuery.cs b/MediaBrowser.Model/LiveTv/ChannelQuery.cs index 9fe74502f..578f3039b 100644 --- a/MediaBrowser.Model/LiveTv/ChannelQuery.cs +++ b/MediaBrowser.Model/LiveTv/ChannelQuery.cs @@ -7,12 +7,6 @@ namespace MediaBrowser.Model.LiveTv public class ChannelQuery { /// <summary> - /// Gets or sets the name of the service. - /// </summary> - /// <value>The name of the service.</value> - public string ServiceName { get; set; } - - /// <summary> /// Gets or sets the type of the channel. /// </summary> /// <value>The type of the channel.</value> |
