allow editing of channel images in the web client

This commit is contained in:
Luke Pulverenti
2013-11-24 18:37:38 -05:00
parent 01a9c07dd8
commit dee2fd5f88
12 changed files with 315 additions and 10 deletions

View File

@@ -54,5 +54,11 @@ namespace MediaBrowser.Model.LiveTv
/// </summary>
/// <value>The type.</value>
public string Type { get; set; }
/// <summary>
/// Gets or sets the type of the media.
/// </summary>
/// <value>The type of the media.</value>
public string MediaType { get; set; }
}
}