live tv updates

This commit is contained in:
Luke Pulverenti
2013-12-22 22:46:03 -05:00
parent fc3b78c056
commit c0bbf8945f
10 changed files with 56 additions and 50 deletions

View File

@@ -22,11 +22,6 @@ namespace MediaBrowser.Controller.LiveTv
/// </summary>
public string ChannelId { get; set; }
/// <summary>
/// ChannelName of the recording.
/// </summary>
public string ChannelName { get; set; }
/// <summary>
/// Gets or sets the type of the channel.
/// </summary>

View File

@@ -1,5 +1,4 @@
using MediaBrowser.Model.LiveTv;
using System;
using System;
using System.Collections.Generic;
namespace MediaBrowser.Controller.LiveTv
@@ -16,11 +15,6 @@ namespace MediaBrowser.Controller.LiveTv
/// </summary>
public string ChannelId { get; set; }
/// <summary>
/// ChannelName of the recording.
/// </summary>
public string ChannelName { get; set; }
/// <summary>
/// Gets or sets the program identifier.
/// </summary>

View File

@@ -21,11 +21,6 @@ namespace MediaBrowser.Controller.LiveTv
/// </summary>
public string ChannelId { get; set; }
/// <summary>
/// ChannelName of the recording.
/// </summary>
public string ChannelName { get; set; }
/// <summary>
/// Gets or sets the program identifier.
/// </summary>