This commit is contained in:
Luke Pulverenti 2013-11-05 10:12:19 -05:00
commit 3f4784f788

View file

@ -8,6 +8,12 @@ namespace MediaBrowser.Model.Updates
/// </summary>
public class PackageInfo
{
/// <summary>
/// The internal id of this package.
/// </summary>
/// <value>The id.</value>
public int id { get; set; }
/// <summary>
/// Gets or sets the name.
/// </summary>