Luke Pulverenti 11 years ago
commit 3f4784f788

@ -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>

Loading…
Cancel
Save