implement direct play profile edit

This commit is contained in:
Luke Pulverenti
2014-03-28 22:28:02 -04:00
parent 5e5b1f180c
commit 1aa7eb4c62
4 changed files with 21 additions and 3 deletions

View File

@@ -12,6 +12,12 @@ namespace MediaBrowser.Model.LiveTv
/// <value>The type of the channel.</value>
public ChannelType? ChannelType { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is favorite.
/// </summary>
/// <value><c>null</c> if [is favorite] contains no value, <c>true</c> if [is favorite]; otherwise, <c>false</c>.</value>
public bool? IsFavorite { get; set; }
/// <summary>
/// Gets or sets the user identifier.
/// </summary>